mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix examples compilation while using disable-shared
This commit is contained in:
parent
ac100785d1
commit
0461c1c065
@ -15,6 +15,8 @@ multi_LDFLAGS = \
|
|||||||
$(GEOIP_LDFLAGS) \
|
$(GEOIP_LDFLAGS) \
|
||||||
-lmodsecurity \
|
-lmodsecurity \
|
||||||
-lpthread \
|
-lpthread \
|
||||||
|
-lm \
|
||||||
|
-lstdc++ \
|
||||||
$(LUA_LDFLAGS) \
|
$(LUA_LDFLAGS) \
|
||||||
$(SSDEEP_LDFLAGS) \
|
$(SSDEEP_LDFLAGS) \
|
||||||
$(YAJL_LDFLAGS)
|
$(YAJL_LDFLAGS)
|
||||||
|
@ -14,6 +14,8 @@ test_LDFLAGS = \
|
|||||||
-L$(top_builddir)/src/.libs/ \
|
-L$(top_builddir)/src/.libs/ \
|
||||||
$(GEOIP_LDFLAGS) \
|
$(GEOIP_LDFLAGS) \
|
||||||
-lmodsecurity \
|
-lmodsecurity \
|
||||||
|
-lm \
|
||||||
|
-lstdc++ \
|
||||||
$(LUA_LDFLAGS) \
|
$(LUA_LDFLAGS) \
|
||||||
$(SSDEEP_LDFLAGS) \
|
$(SSDEEP_LDFLAGS) \
|
||||||
$(YAJL_LDFLAGS)
|
$(YAJL_LDFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user