Also link libxbps to libpthread as it's required now.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user