summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bugfixes/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch')
-rw-r--r--bugfixes/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/bugfixes/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch b/bugfixes/net-analyzer/nload/files/nload-0.6.0-prevent-stripping.patch
new file mode 100644
index 0000000..a856f8e
--- /dev/null
+++ b/bugfixes/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