Skip to content

Commit a32bd8a

Browse files
authored
Merge pull request #352 from airween/chore/buildfix
chore: fix build error with newer GCC's
2 parents 7d516d1 + 02061d7 commit a32bd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ngx_feature_run=no
1313
ngx_feature_incs="#include <modsecurity/modsecurity.h>
1414
#include <stdio.h>"
1515
ngx_feature_libs="-lmodsecurity"
16-
ngx_feature_test='printf("hello");'
16+
ngx_feature_test='msc_init();'
1717
ngx_modsecurity_opt_I=
1818
ngx_modsecurity_opt_L=
1919

0 commit comments

Comments
 (0)