diff options
Diffstat (limited to 'security/hping/files/patch-configure')
-rw-r--r-- | security/hping/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/hping/files/patch-configure b/security/hping/files/patch-configure new file mode 100644 index 000000000000..b7dda57f7370 --- /dev/null +++ b/security/hping/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Sep 14 22:04:25 2001 ++++ configure Fri Sep 14 22:05:02 2001 +@@ -99,6 +99,7 @@ + -e "s^@PCAP_INCLUDE@^$PCAP_INCLUDE^g" \ + -e "s^@MANPATH@^$INSTALL_MANPATH^g" \ + -e "s^@SOLARISLIB@^$SOLARISLIB^g" \ ++ -e "s^@CFLAGS@^$CFLAGS^g" \ + <Makefile.in > Makefile + + # |