Commit 0f11db79 authored by mru's avatar mru

replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12680 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 37328646
...@@ -924,7 +924,7 @@ enable stripping ...@@ -924,7 +924,7 @@ enable stripping
vhook="default" vhook="default"
# build settings # build settings
SHFLAGS='-shared -Wl,-soname,$@' SHFLAGS='-shared -Wl,-soname,$(SLIBNAME_WITH_MAJOR)'
VHOOKSHFLAGS='$(SHFLAGS)' VHOOKSHFLAGS='$(SHFLAGS)'
LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil' LDLATEFLAGS='-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'
FFSERVERLDFLAGS=-Wl,-E FFSERVERLDFLAGS=-Wl,-E
...@@ -1078,7 +1078,7 @@ case $target_os in ...@@ -1078,7 +1078,7 @@ case $target_os in
fi ;; fi ;;
sunos) sunos)
FFSERVERLDFLAGS="" FFSERVERLDFLAGS=""
SHFLAGS='-shared -Wl,-h,$@' SHFLAGS='-shared -Wl,-h,$(SLIBNAME_WITH_MAJOR)'
network_extralibs="-lsocket -lnsl" network_extralibs="-lsocket -lnsl"
;; ;;
netbsd) netbsd)
......
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