Also link libxbps to libpthread as it's required now.
This commit is contained in:
parent
af3a2788aa
commit
9fe20ccbc8
@ -4,7 +4,7 @@ LIBXBPS_MAJOR = 0
|
||||
LIBXBPS_MINOR = 0
|
||||
LIBXBPS_MICRO = 0
|
||||
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
|
||||
LDFLAGS += -larchive -lssl -lz
|
||||
LDFLAGS += -lpthread -larchive -lssl -lz
|
||||
LDFLAGS += -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)
|
||||
|
||||
# portableproplib
|
||||
|
Loading…
Reference in New Issue
Block a user