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:
parent
2c29781dc8
commit
cab3ef828a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue