aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@debian.org>2012-09-01 14:29:59 +0300
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:31 +0200
commitd8bd1d8d45f42b28bd4674a5e88d0aa349f887c3 (patch)
tree5b45d0f6db97815e4bd5c80f990d8697b7228cad /debian/rules
parentd165403c2f0ace1f96704763327e7a7c63893bae (diff)
downloaddebian_htop-d8bd1d8d45f42b28bd4674a5e88d0aa349f887c3.tar.gz
debian_htop-d8bd1d8d45f42b28bd4674a5e88d0aa349f887c3.tar.bz2
debian_htop-d8bd1d8d45f42b28bd4674a5e88d0aa349f887c3.zip
Imported Debian patch 1.0.1-4debian/1.0.1-4
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3cc13f0..cb65c8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,8 @@ else
endif
CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
+CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
config.status: configure $(QUILT_STAMPFN)
dh_testdir
@@ -31,7 +33,7 @@ config.status: configure $(QUILT_STAMPFN)
[ ! -r /usr/share/misc/config.guess ] || \
cp -f /usr/share/misc/config.guess config.guess
- CFLAGS="$(CFLAGS)" LDFLAGS="$(INSTALL_PROGRAM)" ./configure \
+ CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS) $(INSTALL_PROGRAM)" ./configure \
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \

© 2014-2024 Faster IT GmbH | imprint | privacy policy