Commit b7643c4d authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6281 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b8c22b0
...@@ -448,7 +448,7 @@ dlfcn="no" ...@@ -448,7 +448,7 @@ dlfcn="no"
dlopen="no" dlopen="no"
mpegaudio_hp="yes" mpegaudio_hp="yes"
SHFLAGS='-shared -Wl,-soname,$@' SHFLAGS='-shared -Wl,-soname,$@'
VHOOKSHFLAGS="$SHFLAGS" VHOOKSHFLAGS='$(SHFLAGS)'
netserver="no" netserver="no"
need_inet_aton="no" need_inet_aton="no"
protocols="yes" protocols="yes"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment