[Glibc-bsd-commits] r4448 - trunk/freebsd-quota/debian

Guillem Jover guillem at alioth.debian.org
Sat May 18 18:38:18 UTC 2013


Author: guillem
Date: 2013-05-18 18:38:18 +0000 (Sat, 18 May 2013)
New Revision: 4448

Modified:
   trunk/freebsd-quota/debian/changelog
   trunk/freebsd-quota/debian/rules
Log:
Do not pass obsolete COPTS to upstream build system


Modified: trunk/freebsd-quota/debian/changelog
===================================================================
--- trunk/freebsd-quota/debian/changelog	2013-05-18 18:34:46 UTC (rev 4447)
+++ trunk/freebsd-quota/debian/changelog	2013-05-18 18:38:18 UTC (rev 4448)
@@ -11,6 +11,7 @@
   * Use dpkg-buildflags to set CPPFLAGS, CFLAGS and LDFLAGS, thus enabling
     hardening flags.
   * Use correct continuation line in field paragraph on copyright file.
+  * Do not pass obsolete COPTS to upstream build system.
 
  -- Guillem Jover <guillem at debian.org>  Wed, 01 May 2013 16:42:02 +0200
 

Modified: trunk/freebsd-quota/debian/rules
===================================================================
--- trunk/freebsd-quota/debian/rules	2013-05-18 18:34:46 UTC (rev 4447)
+++ trunk/freebsd-quota/debian/rules	2013-05-18 18:38:18 UTC (rev 4448)
@@ -13,7 +13,7 @@
          $(shell dpkg-buildflags --get CFLAGS) -Wall -pipe -fPIC \
          $(shell pkg-config --cflags libbsd-overlay)
 LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
-PMAKE = COPTS="$(CFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
+PMAKE = CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
         NO_WERROR=1 NOGCCERROR=1 NOSHARED=NO NO_SHARED=NO \
         DESTDIR=$(DESTDIR) make
 




More information about the Glibc-bsd-commits mailing list