Change VHOOKSHFLAGS (which defaults to SHFLAGS) from a shell to a Makefile
authorDiego Biurrun <diego@biurrun.de>
Sat, 16 Sep 2006 22:07:20 +0000 (22:07 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 16 Sep 2006 22:07:20 +0000 (22:07 +0000)
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

configure

index 47a182a..4378e85 100755 (executable)
--- 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"