wireshark/wireshark-libtool-pie.patch

12 lines
413 B
Diff
Raw Normal View History

2012-05-23 09:01:26 +00:00
diff -up wireshark-1.6.8/ltmain.sh.pie wireshark-1.6.8/ltmain.sh
--- wireshark-1.6.8/ltmain.sh.pie 2012-05-23 10:05:07.900326513 +0200
+++ wireshark-1.6.8/ltmain.sh 2012-05-23 10:05:11.786312666 +0200
@@ -3488,7 +3488,6 @@ static const void *lt_preloaded_setup()
2010-03-24 11:43:08 +00:00
symtab_cflags=
for arg in $LTCFLAGS; do
case $arg in
- -pie | -fpie | -fPIE) ;;
2012-05-23 09:01:26 +00:00
*) func_append symtab_cflags " $arg" ;;
2010-03-24 11:43:08 +00:00
esac
done