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
This commit is contained in:
Diego Biurrun 2006-09-16 22:07:20 +00:00
parent 2c29781dc8
commit cab3ef828a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"