diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-07-19 09:26:40 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-07-19 09:26:40 +0000 |
commit | eb0abe4c9648bb8f036bd505da68ddd31fb6b76b (patch) | |
tree | 5172d9d074038fe470a778df34366a2b59861a56 /www/slowhttptest/files/patch-src_Makefile.am | |
parent | lang/go14: fixes QA errors and remove unneeded files (diff) |
New port: www/slowhttptest: Application Layer DoS attack simulator for pentesting
Notes
Notes:
svn path=/head/; revision=506919
Diffstat (limited to 'www/slowhttptest/files/patch-src_Makefile.am')
-rw-r--r-- | www/slowhttptest/files/patch-src_Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/slowhttptest/files/patch-src_Makefile.am b/www/slowhttptest/files/patch-src_Makefile.am new file mode 100644 index 000000000000..731ca3e1112e --- /dev/null +++ b/www/slowhttptest/files/patch-src_Makefile.am @@ -0,0 +1,12 @@ +--- src/Makefile.am.orig 2019-07-19 09:10:22 UTC ++++ src/Makefile.am +@@ -1,7 +1,7 @@ + AUTOMAKE_OPTIONS = foreign + +-FLAGS=@CFLAGS@ -Wall -I/usr/local/include +-LDFLAGS=@LDFLAGS@ -L/usr/local/lib -lssl ++FLAGS=@CFLAGS@ -Wall ++LDFLAGS=@LDFLAGS@ + + bin_PROGRAMS = slowhttptest + slowhttptest_SOURCES = slowhttptestmain.cc slowhttptest.cc slowsocket.cc slowstats.cc slowurl.cc slowlog.cc text-generator.cc range-generator.cc slowhttptest.h slowsocket.h slowstats.h slowurl.h slowlog.h text-generator.h range-generator.h |