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
pull/126/head
Diego Biurrun 19 years ago
parent 2c29781dc8
commit cab3ef828a
  1. 2
      configure

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…
Cancel
Save