packages/multimedia/gst-plugins-ugly/patches/030-no_shave-make.patch
florian 9b8477ca2a [package] add gst-plugins-ugly (#6300)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-07 16:48:24 +00:00

17 lines
604 B
Diff

diff -u --recursive gst-plugins-ugly-0.10.13-vanilla/common/shave-libtool.in gst-plugins-ugly-0.10.13/common/shave-libtool.in
--- gst-plugins-ugly-0.10.13-vanilla/common/shave-libtool.in 2009-11-28 15:17:59.166114391 -0500
+++ gst-plugins-ugly-0.10.13/common/shave-libtool.in 2009-11-28 15:20:46.244261210 -0500
@@ -41,12 +41,9 @@
case "$mode" in
compile)
- # shave will be called and print the actual CC/CXX/LINK line
- preserved_args="$preserved_args --shave-mode=$mode"
pass_though=1
;;
link)
- preserved_args="$preserved_args --shave-mode=$mode"
Q=" LINK "
;;
*)