diff options
Diffstat (limited to 'net-mgmt/flow-tools/files/patch-configure')
-rw-r--r-- | net-mgmt/flow-tools/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/flow-tools/files/patch-configure b/net-mgmt/flow-tools/files/patch-configure new file mode 100644 index 000000000000..9d41c0c397aa --- /dev/null +++ b/net-mgmt/flow-tools/files/patch-configure @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -1674,7 +1674,7 @@ + ac_config_headers="$ac_config_headers lib/ftconfig.h:lib/ftconfig.h.in" + + +-CFLAGS="-g -Wall" ++CFLAGS="-g -Wall -fPIC" + + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' |