[Pkg-gstreamer-commits] [gst-fluendo-mp3] 01/01: --libdir= not needed anymore

Loïc Minier lool at alioth.debian.org
Thu Sep 5 20:56:14 UTC 2013


This is an automated email from the git hooks/post-receive script.

lool pushed a commit to branch master
in repository gst-fluendo-mp3.

commit aa25dd77a1a18dc57f6491616ae1ba4d97253bd4
Author: Loïc Minier <lool at debian.org>
Date:   Thu Sep 5 22:55:59 2013 +0200

    --libdir= not needed anymore
---
 debian/rules |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 823db09..8658fcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,13 @@
 #!/usr/bin/make -f
 
-CONFIGURE_FLAGS := --with-liboil --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
-
 %:
 	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -Bbuild-0.10 -- --with-gstreamer-api=0.10 \
-	    $(CONFIGURE_FLAGS)
+	    --with-liboil
 	dh_auto_configure -Bbuild-1.0  -- --with-gstreamer-api=1.0  \
-	    $(CONFIGURE_FLAGS)
+	    --with-liboil
 
 override_dh_auto_build:
 	dh_auto_build -Bbuild-0.10

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-fluendo-mp3.git



More information about the Pkg-gstreamer-commits mailing list