Hi Stephan,
Stephan Bergmann wrote:
Being curious, can anybody tell me what problem the below change fixed?
-Stephan
it fixes the missing libstdc++.so.6 problem.
Oliver
On 03/06/09 15:30, [email protected] wrote:
Author: releng
Date: Fri Mar 6 14:28:05 2009
New Revision: 269010
Log:
#i10000# fix for LD_LIBRARY_PATH
Modified:
trunk/icu/makefile.mk
Modified: trunk/icu/makefile.mk
==============================================================================
--- trunk/icu/makefile.mk Fri Mar 6 13:40:34 2009 (r269009)
+++ trunk/icu/makefile.mk Fri Mar 6 14:28:05 2009 (r269010)
@@ -116,7 +116,7 @@
# note the position of the single quotes.
BUILD_DIR=$(CONFIGURE_DIR)
-BUILD_ACTION=$(GNUMAKE)
+BUILD_ACTION=$(AUGMENT_LIBRARY_PATH) $(GNUMAKE)
OUT2LIB= \
$(BUILD_DIR)$/lib$/libicudata$(DLLPOST).$(ICU_MAJOR)$(ICU_MINOR).$(ICU_MICRO)
\
$(BUILD_DIR)$/lib$/libicudata$(DLLPOST).$(ICU_MAJOR)$(ICU_MINOR) \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]