[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#526562: small fix



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

This problem can be fixed by adding -D_GNU_SOURCE to the CFLAGS in the
rules file. I added a diff file.

I also prepared a NMU but I did not ask for sponsorship yet.

The package can be found on mentors.debian.net:
- - URL: http://mentors.debian.net/debian/pool/main/t/tgt
- - Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- - dget
http://mentors.debian.net/debian/pool/main/t/tgt/tgt_20070924-1.1.dsc



Regards,
Martijn van Brummelen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkr++uYACgkQ4yGTtsQpvi+DzACgjZXwchyQi2H93szejYzZYk1k
ZqAAnR4kAP+pDAtI+RBm9IFvJ4PNMWc1
=VN1/
-----END PGP SIGNATURE-----
diff -u tgt-20070924/debian/changelog tgt-20070924/debian/changelog
--- tgt-20070924/debian/changelog
+++ tgt-20070924/debian/changelog
@@ -1,3 +1,10 @@
+tgt (20070924-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added -D_GNU_SOURCE to the CFLAGS in the rules file (Closes: #526562)
+
+ -- Martijn van Brummelen <martijn@brumit.nl>  Sat, 14 Nov 2009 19:35:52 +0100
+
 tgt (20070924-1) unstable; urgency=low
 
   [ Frederik Schüler ]
diff -u tgt-20070924/debian/rules tgt-20070924/debian/rules
--- tgt-20070924/debian/rules
+++ tgt-20070924/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -D_GNU_SOURCE
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

Attachment: tgt_20070924-1.1.dsc.diff.sig
Description: PGP signature


Reply to: