./libwpeditor-plus/debian r9: Pass CFLAGS in the ./configure environment instead of CXXFLAGS.
Loïc Minier
lool at dooz.org
Thu Aug 14 13:55:28 UTC 2008
------------------------------------------------------------
revno: 9
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 15:55:28 +0200
message:
Pass CFLAGS in the ./configure environment instead of CXXFLAGS.
modified:
debian/changelog
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-08-14 13:53:44 +0000
+++ b/debian/changelog 2008-08-14 13:55:28 +0000
@@ -26,6 +26,7 @@
* Pass -s to dh_* in binary-arch.
* Build-dep on autotools-dev and drop /usr/share/misc/config.{guess,sub}
existence checks.
+ * Pass CFLAGS in the ./configure environment instead of CXXFLAGS.
-- Jonny Lamb <jonnylamb at jonnylamb.com> Mon, 23 Jun 2008 01:26:26 +0100
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-14 13:53:44 +0000
+++ b/debian/rules 2008-08-14 13:55:28 +0000
@@ -21,7 +21,7 @@
config-stamp:
if [ ! -x configure ]; then ./autogen.sh; fi
dh_testdir
- CXXFLAGS="$(CXXFLAGS)" ./configure $(configure_flags)
+ CFLAGS="$(CFLAGS)" ./configure $(configure_flags)
touch $@
build: build-stamp
More information about the pkg-maemo-commits
mailing list