[Glibc-bsd-commits] r3340 - trunk/freebsd-buildutils/debian/patches

Guillem Jover guillem at alioth.debian.org
Sun May 29 18:01:21 UTC 2011


Author: guillem
Date: 2011-05-29 18:01:20 +0000 (Sun, 29 May 2011)
New Revision: 3340

Modified:
   trunk/freebsd-buildutils/debian/patches/16_bootstrap_pmake.diff
Log:
Do not define __unused in Makefile.dist

This BSD attribute cannot be used on GNU/Linux systems as glibc and the
Linux kernel have struct variables named like this.


Modified: trunk/freebsd-buildutils/debian/patches/16_bootstrap_pmake.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/16_bootstrap_pmake.diff	2011-05-28 07:35:21 UTC (rev 3339)
+++ trunk/freebsd-buildutils/debian/patches/16_bootstrap_pmake.diff	2011-05-29 18:01:20 UTC (rev 3340)
@@ -12,7 +12,7 @@
  	@echo 'make started.'
 -	cc -D__dead2="" -D__unused="" -Darc4random=random -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c
 -	cc *.o -o pmake
-+	cc -D__unused="" -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c
++	cc -D__FBSDID="static const char *id=" -DDEFSHELLNAME=\"sh\" -I. -c *.c
 +	cc *.o -lbsd -o pmake
  	@echo 'make completed.'
  




More information about the Glibc-bsd-commits mailing list