]> git.sven.stormbind.net Git - sven/fuse-exfat.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:42:20 +0000 (16:42 +0200)
committerSven Hoexter <sven@stormbind.net>
Sun, 31 Aug 2014 14:42:20 +0000 (16:42 +0200)
debian/changelog
debian/rules

index 6c0b8c2ef62825577b74fedff909e94afde7802c..f6c1f27a4a3e7b9f9098104f63cfd8ff7f5dc32f 100644 (file)
@@ -5,6 +5,8 @@ fuse-exfat (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:32:52 +0200
 
index 7f5adce9b136632fc6c65b35dd912083d22a8cad..9f7d91a353fc3c6045112df2df7eda5b7fdec914 100755 (executable)
@@ -3,7 +3,7 @@
 # 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 $@