mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
426 B
Plaintext
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) \
|