[SCM] rem/master: use coma after -soname option

vasudev-guest at users.alioth.debian.org vasudev-guest at users.alioth.debian.org
Fri Jan 15 14:55:42 UTC 2016


The following commit has been merged in the master branch:
commit 94b27694be32e319ff826a52a0a1a71620bda6a4
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Fri Jan 15 16:39:39 2016 +0530

    use coma after -soname option
    
    This was causing build breakage.

diff --git a/debian/rules b/debian/rules
index 51e9ce9..635bad9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 EXTRA_CFLAGS := "$(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)"
-EXTRA_LFLAGS := "$(shell dpkg-buildflags --get LDFLAGS) -Wl,-soname librem.so.0"
+EXTRA_LFLAGS := "$(shell dpkg-buildflags --get LDFLAGS) -Wl,-soname,librem.so.0"
 
 major := $(shell perl -ne '/\bVER_MAJOR := (\d+)/ and print $$1' Makefile)
 lib = librem

-- 
rem packaging



More information about the pkg-multimedia-commits mailing list