cvsuser 04/10/08 15:00:03
Modified: config/gen icu.pl
Log:
remove libraries that are not used by parrot
Revision Changes Path
1.23 +3 -1 parrot/config/gen/icu.pl
Index: icu.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/icu.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -r1.22 -r1.23
--- icu.pl 1 Oct 2004 21:41:11 -0000 1.22
+++ icu.pl 8 Oct 2004 22:00:03 -0000 1.23
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: icu.pl,v 1.22 2004/10/01 21:41:11 nicholas Exp $
+# $Id: icu.pl,v 1.23 2004/10/08 22:00:03 jrieks Exp $
=head1 NAME
@@ -75,6 +75,8 @@
# ldflags
$icushared = `$icuconfig --ldflags`;
chomp $icushared;
+ $icushared =~ s/-licui18n//;
+ $icushared =~ s/-licudata//;
# location of header files
$icuheaders = `$icuconfig --prefix`;