]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- soname patch
authorpascalek <pascalek@pld-linux.org>
Thu, 31 Jul 2003 10:25:35 +0000 (10:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-soname.patch -> 1.1

STLport-soname.patch [new file with mode: 0644]

diff --git a/STLport-soname.patch b/STLport-soname.patch
new file mode 100644 (file)
index 0000000..adc0584
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur STLport-4.5.3.orig/src/gcc.mak STLport-4.5.3.chng/src/gcc.mak
+--- STLport-4.5.3.orig/src/gcc.mak     Tue Jul 29 19:13:28 2003
++++ STLport-4.5.3.chng/src/gcc.mak     Tue Jul 29 19:23:22 2003
+@@ -19,7 +19,7 @@
+ #
+ LINK=ar cr
+ # 2.95 flag
+-DYN_LINK=c++ -pthread -fexceptions -shared -o
++DYN_LINK=c++ -pthread -fexceptions -shared -Wl,-soname,${RELEASE_DYNLIB_SONAME} -o
+ OBJEXT=o
+ DYNEXT=so
This page took 0.045439 seconds and 4 git commands to generate.