[csw-devel] SF.net SVN: gar:[10245] csw/mgar/pkg/libicu/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jun 17 14:32:16 CEST 2010


Revision: 10245
          http://gar.svn.sourceforge.net/gar/?rev=10245&view=rev
Author:   dmichelsen
Date:     2010-06-17 12:32:16 +0000 (Thu, 17 Jun 2010)

Log Message:
-----------
libicu: Add libCstd

Modified Paths:
--------------
    csw/mgar/pkg/libicu/trunk/Makefile

Modified: csw/mgar/pkg/libicu/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libicu/trunk/Makefile	2010-06-17 10:29:58 UTC (rev 10244)
+++ csw/mgar/pkg/libicu/trunk/Makefile	2010-06-17 12:32:16 UTC (rev 10245)
@@ -49,10 +49,14 @@
 WORKSRC = $(WORKDIR)/$(DISTNAME)/source
 
 # Using -I/opt/csw/include here puts it before the include of the newly built
-# software which breaks definitions
+# software which breaks definitions, so make sure it is empty.
 CPPFLAGS = 
-LINKER_FLAGS = -lCrun
 
+# libCrun is needed for all libs, libCstd for libicui18n.so only
+# Not having these does not cause errors during build of libicu, but the
+# packages using the libs will bail out as they assume the libs are self-contained.
+LINKER_FLAGS = -lCrun -lCstd
+
 BUILD64 = 1
 NOISAEXEC = 1
 NOISALIST = 1


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list