summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-04-03 22:29:23 +0000
committerMåns Rullgård <mans@mansr.com>2008-04-03 22:29:23 +0000
commit9006f5d0b1c4fb647b42988c7fdf1c8c8769a71c (patch)
treefc78c3b5e5cc942e8f7e9c98d5d0969881d65aba /configure
parent18ec046026b43299cff4334f201300aeb03a1676 (diff)
replace some $@ with $(SLIBNAME_WITH_MAJOR) in SHFLAGS
Originally committed as revision 12680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f7630c679f..cefa343dbd 100755
--- a/configure
+++ b/configure
@@ -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)