[Pkg-wmaker-commits] [wmrack] 63/97: debian/rules: Pass LDFLAGS via LIBS.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:42:06 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmrack.

commit 7e285522138308fad650ca67f947629e5eea0546
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Thu Aug 14 22:56:20 2014 -0500

    debian/rules: Pass LDFLAGS via LIBS.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ba540b0..4551e60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,8 @@
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_build:
+	dh_auto_build -- LIBS="$(LDFLAGS) -lX11 -lXpm -lXext"
+
 override_dh_auto_install:
 	dh_auto_install -- prefix=$(CURDIR)/debian/wmrack/usr

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



More information about the Pkg-wmaker-commits mailing list