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

Bug#171238: Patch for stlport linkage problem



Package: openoffice.org
Version: 1.0.1-6
Severity: important

Hi,
attached is a fix for the stlport linkage problem. Without this patch stlport 
is linked with g++ which is still g++-2.95 instead of g++-3.2. This results 
in runtime problems.

Gerhard
--- oo_1.0.1_src/stlport/STLport-4.5.3.patch.bak	2002-11-30 09:59:59.000000000 +0100
+++ oo_1.0.1_src/stlport/STLport-4.5.3.patch	2002-11-30 10:02:29.000000000 +0100
@@ -42,7 +42,7 @@
 ! #
 ! #
 ! LINK=ar cr
-! DYN_LINK=g++ --fexceptions -shared -o
+! DYN_LINK=$(CXX) --fexceptions -shared -o
 ! 
 ! OBJEXT=o
 ! DYNEXT=so

Reply to: