mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 05:55:07 +00:00
replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS
Originally committed as revision 12680 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
18ec046026
commit
9006f5d0b1
4
configure
vendored
4
configure
vendored
@ -924,7 +924,7 @@ enable stripping
|
||||
vhook="default"
|
||||
|
||||
# build settings
|
||||
SHFLAGS='-shared -Wl,-soname,$@'
|
||||
SHFLAGS='-shared -Wl,-soname,$(SLIBNAME_WITH_MAJOR)'
|
||||
VHOOKSHFLAGS='$(SHFLAGS)'
|
||||
LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
|
||||
FFSERVERLDFLAGS=-Wl,-E
|
||||
@ -1078,7 +1078,7 @@ case $target_os in
|
||||
fi ;;
|
||||
sunos)
|
||||
FFSERVERLDFLAGS=""
|
||||
SHFLAGS='-shared -Wl,-h,$@'
|
||||
SHFLAGS='-shared -Wl,-h,$(SLIBNAME_WITH_MAJOR)'
|
||||
network_extralibs="-lsocket -lnsl"
|
||||
;;
|
||||
netbsd)
|
||||
|
Loading…
Reference in New Issue
Block a user