Explorar el Código

* debian/rules:
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
CXXFLAGS.

martin@piware.de hace 16 años
padre
commit
fdd739c74d
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      debian/changelog
  2. 1 1
      debian/rules

+ 3 - 0
debian/changelog

@@ -5,6 +5,9 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
   * Italian translation update. Closes: #581742
 
   [ Martin Pitt ]
+  * debian/rules:
+    - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
+      CXXFLAGS.
   * apt-pkg/contrib/fileutl.{h,cc}:
     - Add support for transparent reading of gzipped files.
     - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.

+ 1 - 1
debian/rules

@@ -108,7 +108,7 @@ build/configure-stamp: configure
 	dh_testdir
 	-mkdir build
 	cp COPYING debian/copyright
-	cd build && CXXFLAGS="$(confcxxflags)" ../configure $(confflags)
+	cd build && CXXFLAGS="$(CXXFLAGS)" ../configure $(confflags)
 	touch $@
 
 build/build-stamp: build/configure-stamp