[SCM] libav/experimental: Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile variable so that overriding SHFLAGS later in the configure script has the desired effect.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:50:52 UTC 2013
The following commit has been merged in the experimental branch:
commit cab3ef828a9a5952bcf2f254bd0c59bfc35ae2fc
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Sep 16 22:07:20 2006 +0000
Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile
variable so that overriding SHFLAGS later in the configure script has the
desired effect.
Originally committed as revision 6281 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 47a182a..4378e85 100755
--- a/configure
+++ b/configure
@@ -448,7 +448,7 @@ dlfcn="no"
dlopen="no"
mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@'
-VHOOKSHFLAGS="$SHFLAGS"
+VHOOKSHFLAGS='$(SHFLAGS)'
netserver="no"
need_inet_aton="no"
protocols="yes"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list