bug-gsrc
[Top][All Lists]
Advanced

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

[bug-gsrc] /srv/bzr/gsrc/trunk r833: fix gnulib stdio-related build erro


From: Brandon Invergo
Subject: [bug-gsrc] /srv/bzr/gsrc/trunk r833: fix gnulib stdio-related build errors in gettext
Date: Tue, 21 Aug 2012 13:19:42 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 833
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-08-21 13:19:42 +0200
message:
  fix gnulib stdio-related build errors in gettext
modified:
  gnu/gettext/Makefile
=== modified file 'gnu/gettext/Makefile'
--- a/gnu/gettext/Makefile      2012-04-11 22:38:05 +0000
+++ b/gnu/gettext/Makefile      2012-08-21 11:19:42 +0000
@@ -15,3 +15,9 @@
 DESCRIPTION = GNU gettext, a well integrated set of translation tools and 
documentation
 
 include ../../gar.lib/auto.mk
+
+pre-build:
+       exec sed -i -e '/gets is a security/d' 
$(WORKSRC)/gettext-runtime/gnulib-lib/stdio.in.h
+       exec sed -i -e '/gets is a security/d' 
$(WORKSRC)/gettext-tools/gnulib-lib/stdio.in.h
+       exec sed -i -e '/gets is a security/d' 
$(WORKSRC)/gettext-tools/libgettextpo/stdio.in.h
+       $(MAKECOOKIE)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]