]> git.pld-linux.org Git - packages/STLport.git/blob - STLport-soname.patch
- now it works with minor == 0 too (e.g. gcc-4.0.x).
[packages/STLport.git] / STLport-soname.patch
1 diff -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.026104 seconds and 3 git commands to generate.