Files
ports/security/libmodsecurity/patches/patch-examples_multithread_Makefile_in
2025-02-26 14:46:51 +00:00

20 lines
426 B
Plaintext

Index: examples/multithread/Makefile.in
--- examples/multithread/Makefile.in.orig
+++ examples/multithread/Makefile.in
@@ -461,7 +461,6 @@ multithread_LDFLAGS = \
-lmodsecurity \
-lpthread \
-lm \
- -lstdc++ \
$(LMDB_LDFLAGS) \
$(LUA_LDFLAGS) \
$(MAXMIND_LDFLAGS) \
@@ -475,7 +474,6 @@ multithread_CPPFLAGS = \
-g \
-I../others \
-fPIC \
- -O3 \
$(CURL_CFLAGS) \
$(GEOIP_CFLAGS) \
$(GLOBAL_CPPFLAGS) \