Fix examples compilation while using disable-shared

This commit is contained in:
Felipe Zimmerle 2018-02-21 22:46:36 -03:00
parent ac100785d1
commit 0461c1c065
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ multi_LDFLAGS = \
$(GEOIP_LDFLAGS) \
-lmodsecurity \
-lpthread \
-lm \
-lstdc++ \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(YAJL_LDFLAGS)

View File

@ -14,6 +14,8 @@ test_LDFLAGS = \
-L$(top_builddir)/src/.libs/ \
$(GEOIP_LDFLAGS) \
-lmodsecurity \
-lm \
-lstdc++ \
$(LUA_LDFLAGS) \
$(SSDEEP_LDFLAGS) \
$(YAJL_LDFLAGS)