You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/wireshark/files/wireshark-1.6.13-ldflags.patch

15 lines
230 B

--- a/acinclude.m4
+++ b/acinclude.m4
@@ -61,9 +61,9 @@
# "-R" here.
#
AC_DEFUN([AC_WIRESHARK_ADD_DASH_L],
-[$1="$$1 -L$2"
-case "$host_os" in
+[case "$host_os" in
solaris*)
+ $1="$$1 -L$2"
$1="$$1 -R$2"
;;
esac