r229 - in /packages/gnash/trunk/debian: changelog rules

rmh at users.alioth.debian.org rmh at users.alioth.debian.org
Fri May 9 14:14:47 UTC 2008


Author: rmh
Date: Fri May  9 14:14:46 2008
New Revision: 229

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=229
Log:
Pass CXXFLAGS to configure script to make DEB_BUILD_OPTIONS=noopt work.  Thanks Willi Mann <willi at wm1.at>.  (Closes: #471833)

Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=229&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri May  9 14:14:46 2008
@@ -10,8 +10,10 @@
     + Replace --with-plugindir with --with-npapi-plugindir and
       --with-kde-pluginprefix.
     + Add libgnashnet to gnash-common.install and shlibs.local.
-
- -- Robert Millan <rmh at aybabtu.com>  Fri,  9 May 2008 15:12:32 +0200
+  * Pass CXXFLAGS to configure script to make DEB_BUILD_OPTIONS=noopt
+    work.  Thanks Willi Mann <willi at wm1.at>.  (Closes: #471833)
+
+ -- Robert Millan <rmh at aybabtu.com>  Fri,  9 May 2008 16:13:10 +0200
 
 gnash (0.8.2-2) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=229&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri May  9 14:14:46 2008
@@ -53,7 +53,7 @@
 
 	@printf "\n == CONFIGURE =================================================== \n\n"
 	# In the future, I want to add LDFLAGS="-Wl,-z,defs"
-	./configure VERSION="$(BUILD_VERSION)" CFLAGS="$(CFLAGS)" \
+	./configure VERSION="$(BUILD_VERSION)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info --disable-testsuite \




More information about the pkg-flash-devel mailing list