Blame wireshark-libtool-pie.patch

Jan Safranek 625572
diff -up wireshark-1.6.8/ltmain.sh.pie wireshark-1.6.8/ltmain.sh
Jan Safranek 625572
--- wireshark-1.6.8/ltmain.sh.pie	2012-05-23 10:05:07.900326513 +0200
Jan Safranek 625572
+++ wireshark-1.6.8/ltmain.sh	2012-05-23 10:05:11.786312666 +0200
Jan Safranek 625572
@@ -3488,7 +3488,6 @@ static const void *lt_preloaded_setup()
Radek Vokál 3eb82f
 	symtab_cflags=
Radek Vokál 3eb82f
 	for arg in $LTCFLAGS; do
Radek Vokál 3eb82f
 	  case $arg in
Radek Vokál 3eb82f
-	  -pie | -fpie | -fPIE) ;;
Jan Safranek 625572
 	  *) func_append symtab_cflags " $arg" ;;
Radek Vokál 3eb82f
 	  esac
Radek Vokál 3eb82f
 	done