Revision: 7425
          http://gar.svn.sourceforge.net/gar/?rev=7425&view=rev
Author:   bdwalton
Date:     2009-11-25 04:14:27 +0000 (Wed, 25 Nov 2009)

Log Message:
-----------
coreutils: patch gnulib-tests Makefile to include -lintl where missing

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile
    csw/mgar/pkg/coreutils/trunk/checksums

Added Paths:
-----------
    
csw/mgar/pkg/coreutils/trunk/files/0002-Add-lintl-to-xalloc-die-LDADD-flags.patch

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile       2009-11-25 04:12:56 UTC (rev 
7424)
+++ csw/mgar/pkg/coreutils/trunk/Makefile       2009-11-25 04:14:27 UTC (rev 
7425)
@@ -12,6 +12,7 @@
 MASTER_SITES = $(GNU_MIRROR)
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 0001-Fix-solaris-acl-support-breakage.patch
+PATCHFILES += 0002-Add-lintl-to-xalloc-die-LDADD-flags.patch
 
 PREREQUISITE_PKGS =  CSWautomake CSWautoconf CSWbison CSWggettext CSWgit
 PREREQUISITE_PKGS += CSWgperf CSWgzip CSWperl CSWrsync CSWgtar CSWbash

Modified: csw/mgar/pkg/coreutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/coreutils/trunk/checksums      2009-11-25 04:12:56 UTC (rev 
7424)
+++ csw/mgar/pkg/coreutils/trunk/checksums      2009-11-25 04:14:27 UTC (rev 
7425)
@@ -1,2 +1,3 @@
 0fde2b11f34c49995765566acf6cd5b4  0001-Fix-solaris-acl-support-breakage.patch
+acbd08eef41092a7b348d03206dad625  
0002-Add-lintl-to-xalloc-die-LDADD-flags.patch
 4cde9f31604f4da188ed302ca55545ea  coreutils-8.1.tar.gz

Added: 
csw/mgar/pkg/coreutils/trunk/files/0002-Add-lintl-to-xalloc-die-LDADD-flags.patch
===================================================================
--- 
csw/mgar/pkg/coreutils/trunk/files/0002-Add-lintl-to-xalloc-die-LDADD-flags.patch
                           (rev 0)
+++ 
csw/mgar/pkg/coreutils/trunk/files/0002-Add-lintl-to-xalloc-die-LDADD-flags.patch
   2009-11-25 04:14:27 UTC (rev 7425)
@@ -0,0 +1,29 @@
+From 686676e0661bab3d768b5b988e277f5907142e62 Mon Sep 17 00:00:00 2001
+From: Ben Walton <[email protected]>
+Date: Wed, 25 Nov 2009 05:08:58 +0100
+Subject: [PATCH 2/2] Add -lintl to xalloc-die LDADD flags
+
+This will allow the file to be linked properly during the gnulib-tests
+phase.
+
+Signed-off-by: Ben Walton <[email protected]>
+---
+ gnulib-tests/Makefile.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/gnulib-tests/Makefile.in b/gnulib-tests/Makefile.in
+index 427cccd..641201e 100644
+--- a/gnulib-tests/Makefile.in
++++ b/gnulib-tests/Makefile.in
+@@ -1185,7 +1185,7 @@ test_wcwidth_DEPENDENCIES = libtests.a 
../lib/libcoreutils.a \
+       libtests.a $(am__DEPENDENCIES_1)
+ test_xalloc_die_SOURCES = test-xalloc-die.c
+ test_xalloc_die_OBJECTS = test-xalloc-die.$(OBJEXT)
+-test_xalloc_die_LDADD = $(LDADD)
++test_xalloc_die_LDADD = $(LDADD) $(LIBINTL)
+ test_xalloc_die_DEPENDENCIES = libtests.a ../lib/libcoreutils.a \
+       libtests.a $(am__DEPENDENCIES_1)
+ test_xfprintf_posix_SOURCES = test-xfprintf-posix.c
+-- 
+1.6.5.1
+


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to