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:
committed by
Diego Biurrun
parent
940b8b5861
commit
6d1114a806
2
configure
vendored
2
configure
vendored
@@ -3892,7 +3892,7 @@ LD_PATH=$LD_PATH
|
|||||||
DLLTOOL=$dlltool
|
DLLTOOL=$dlltool
|
||||||
LDFLAGS=$LDFLAGS
|
LDFLAGS=$LDFLAGS
|
||||||
LDFLAGS-avserver=$AVSERVERLDFLAGS
|
LDFLAGS-avserver=$AVSERVERLDFLAGS
|
||||||
SHFLAGS=$SHFLAGS
|
SHFLAGS=$(echo $($ldflags_filter $SHFLAGS))
|
||||||
YASMFLAGS=$YASMFLAGS
|
YASMFLAGS=$YASMFLAGS
|
||||||
BUILDSUF=$build_suffix
|
BUILDSUF=$build_suffix
|
||||||
FULLNAME=$FULLNAME
|
FULLNAME=$FULLNAME
|
||||||
|
Reference in New Issue
Block a user