]> git.pld-linux.org Git - packages/yiff.git/commitdiff
- fixed SONAME passing
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Jul 2003 09:27:03 +0000 (09:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yiff.spec -> 1.18

yiff.spec

index 4fdb20a3a7c3832e557e1a322759d831819f3fea..731b6dea59cf4ee8bf2ff54dc0188f7de9894797 100644 (file)
--- a/yiff.spec
+++ b/yiff.spec
@@ -80,8 +80,10 @@ bzip2 yiff/yiff.8
 %patch4 -p1
 
 %build
+# (unset) LIBS is abused to pass SONAME
 %{__make} -C libY2 \
-       CFLAGS="-shared %{rpmcflags} -fPIC -Wl,-soname=libY2.so.14"
+       CFLAGS="-shared %{rpmcflags} -fPIC" \
+       LIBS="-Wl,-soname=libY2.so.14"
 
 %{__make} -C yiff \
        CFLAGS="%{rpmcflags}"
This page took 0.030405 seconds and 4 git commands to generate.