summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch')
-rw-r--r--net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch b/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch
new file mode 100644
index 000000000000..a856f8ece058
--- /dev/null
+++ b/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch
@@ -0,0 +1,15 @@
+Index: nload-0.6.0/configure.in
+===================================================================
+--- nload-0.6.0.orig/configure.in
++++ nload-0.6.0/configure.in
+@@ -76,8 +76,8 @@ fi
+ dnl Adds extra arguments to configure script.
+ AC_ARG_ENABLE(debug,
+ AC_HELP_STRING([--enable-debug], [do not strip debugging symbols (default no)]),
+- test "$enableval" = "no" && LDFLAGS="$LDFLAGS -s",
+- LDFLAGS="$LDFLAGS -s")
++ test "$enableval" = "no" && LDFLAGS="$LDFLAGS",
++ LDFLAGS="$LDFLAGS")
+
+ dnl Checks for library functions.
+ AC_TYPE_SIGNAL