]> git.pld-linux.org Git - packages/STLport.git/blame - STLport-soname.patch
- pass CXX
[packages/STLport.git] / STLport-soname.patch
CommitLineData
5436050b 1diff -Nur STLport-4.5.3.orig/src/gcc.mak STLport-4.5.3.chng/src/gcc.mak
2--- STLport-4.5.3.orig/src/gcc.mak Tue Jul 29 19:13:28 2003
3+++ STLport-4.5.3.chng/src/gcc.mak Tue Jul 29 19:23:22 2003
4@@ -19,7 +19,7 @@
5 #
6 LINK=ar cr
7 # 2.95 flag
8-DYN_LINK=c++ -pthread -fexceptions -shared -o
9+DYN_LINK=c++ -pthread -fexceptions -shared -Wl,-soname,${RELEASE_DYNLIB_SONAME} -o
10
11 OBJEXT=o
12 DYNEXT=so
This page took 0.023529 seconds and 4 git commands to generate.