[libwnck] 24/38: debian/rules: Use configure options --libdir and --includedir.

Mike Gabriel sunweaver at debian.org
Mon Feb 8 15:01:19 UTC 2016


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

sunweaver pushed a commit to branch master
in repository libwnck.

commit 25c57a441c5d45182f5c1c23978fd4c76d11e5c1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Feb 8 15:37:53 2016 +0100

    debian/rules: Use configure options --libdir and --includedir.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index bdce697..9926897 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,8 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--disable-gtk-doc \
+	--libdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
+	--includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \
 	--with-html-dir=\$${prefix}/share/doc/libwnck-dev/html
 
 DEB_DH_INSTALL_ARGS += --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/libwnck.git



More information about the pkg-mate-commits mailing list