source:
pkg/main/libgnomeui/trunk/debian/patches/99_ltmain_as-needed.patch
@
2039
| Revision 2039, 903 bytes checked in by alanbach-guest, 6 years ago (diff) |
|---|
-
libgnomeui-2.20.0
diff -urpN libgnomeui-2.20.0/ltmain.sh libgnomeui-2.20.0.new/ltmain.sh
old new EOF 1794 1794 arg=`$echo "X$arg" | $Xsed -e "s/^ //"` 1795 1795 ;; 1796 1796 1797 -Wl,--as-needed) 1798 deplibs="$deplibs $arg" 1799 continue 1800 ;; 1801 1797 1802 -Wl,*) 1798 1803 args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` 1799 1804 arg= … … EOF 2134 2139 lib= 2135 2140 found=no 2136 2141 case $deplib in 2142 -Wl,--as-needed) 2143 if test "$linkmode,$pass" = "prog,link"; then 2144 compile_deplibs="$deplib $compile_deplibs" 2145 finalize_deplibs="$deplib $finalize_deplibs" 2146 else 2147 deplibs="$deplib $deplibs" 2148 fi 2149 continue 2150 ;; 2137 2151 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) 2138 2152 if test "$linkmode,$pass" = "prog,link"; then 2139 2153 compile_deplibs="$deplib $compile_deplibs"
Note: See TracBrowser
for help on using the repository browser.


