[SCM] Git repository for pkg-virtuoso branch, master, updated. debian/6.1.4+dfsg1-3-24-gbdc6f7d

Maximiliano Curia maxy at gnuservers.com.ar
Wed Jun 12 08:11:52 UTC 2013


The following commit has been merged in the master branch:
commit 22a0543389693621130cdd5584ffc5b46a91f02b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Jun 11 15:53:16 2013 +0200

    Add _GNU_SOURCE definition.

diff --git a/debian/changelog b/debian/changelog
index 334b6da..fd9b090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 virtuoso-opensource (6.1.6+dfsg-2) UNRELEASED; urgency=low
 
   * New patch: do_not_depend_on_MAXPATHLEN.patch.
+  * Add _GNU_SOURCE definition.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 10 Jun 2013 15:50:21 +0200
 
diff --git a/debian/rules b/debian/rules
index eef987f..b94bdec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ ifneq (,$(filter %-cil, $(shell dh_listpackages)))
 	VIRTUOSO_CIL = yes
 endif
 
+# Needed for memmmem at least in hurd and kfreebsd*
+CFLAGS += -D_GNU_SOURCE
+
 %:
 	dh $@ --parallel $(DH_WITH)
 

-- 
Git repository for pkg-virtuoso



More information about the Pkg-virtuoso-commits mailing list