]> git.sven.stormbind.net Git - sven/exfat-utils.git/commitdiff
Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed to build on kfreebsd.
authorSven Hoexter <sven@stormbind.net>
Sun, 31 Aug 2014 14:44:17 +0000 (16:44 +0200)
committerSven Hoexter <sven@stormbind.net>
Sun, 31 Aug 2014 14:44:17 +0000 (16:44 +0200)
debian/changelog
debian/rules

index 8b5ca8943381d294daa2a1dab4892cf98c59effb..4416f28f98c595c31c76cfb614b511af6b2a69b4 100644 (file)
@@ -5,6 +5,8 @@ exfat-utils (1.1.0-2) unstable; urgency=low
   * Extent debian/copyright up to 2014.
   * Update debian/copyright license statement - with 1.1.0 upstream
     relicensed from GPLv3 to GPLv2 or later.
+  * Add "-D_GNU_SOURCE" unconditionally to the list of CCFLAGS, needed
+    to build on kfreebsd.
 
  -- Sven Hoexter <hoexter@debian.org>  Tue, 26 Aug 2014 08:31:26 +0200
 
index 0c77679525b304ca9580369b3cb581214b516c57..9f7d91a353fc3c6045112df2df7eda5b7fdec914 100755 (executable)
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export CCFLAGS = $(CFLAGS) -Wall -std=c99
+export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE
 
 %:
        dh $@