configure: Run SHFLAGS through ldflags_filter()
These flags are as linker-specific as other LDFLAGS and thus need to be translated to the correct linker syntax. Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
940b8b5861
commit
6d1114a806
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3892,7 +3892,7 @@ LD_PATH=$LD_PATH
|
|||
DLLTOOL=$dlltool
|
||||
LDFLAGS=$LDFLAGS
|
||||
LDFLAGS-avserver=$AVSERVERLDFLAGS
|
||||
SHFLAGS=$SHFLAGS
|
||||
SHFLAGS=$(echo $($ldflags_filter $SHFLAGS))
|
||||
YASMFLAGS=$YASMFLAGS
|
||||
BUILDSUF=$build_suffix
|
||||
FULLNAME=$FULLNAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue