SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
sysutils/nix/patches/patch-src_libutil_local_mk
Normal file
11
sysutils/nix/patches/patch-src_libutil_local_mk
Normal file
|
@ -0,0 +1,11 @@
|
|||
Link libutil against libboost_context-mt and libc.
|
||||
|
||||
Index: src/libutil/local.mk
|
||||
--- src/libutil/local.mk.orig
|
||||
+++ src/libutil/local.mk
|
||||
@@ -6,4 +6,4 @@ libutil_DIR := $(d)
|
||||
|
||||
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
-libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(BOOST_LDFLAGS) -lboost_context
|
||||
+libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(BOOST_LDFLAGS) -lboost_context-mt -lc
|
Loading…
Add table
Add a link
Reference in a new issue