]> git.pld-linux.org Git - packages/blt.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'.
authorcvs2git <feedback@pld-linux.org>
Tue, 17 Jun 2003 19:12:45 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2003-03-04 23:31:23 UTC Jakub Bogusz <qboosh@pld-linux.org> '- added acfix and nolibnsl patches, fixed build on athlon'
Cherrypick from master 2003-06-17 19:12:45 UTC Jakub Bogusz <qboosh@pld-linux.org> '- added norpath patch, release 11':
    blt-norpath.patch -> 1.1

blt-norpath.patch [new file with mode: 0644]

diff --git a/blt-norpath.patch b/blt-norpath.patch
new file mode 100644 (file)
index 0000000..9de79cc
--- /dev/null
@@ -0,0 +1,14 @@
+--- blt2.4u/configure.in.orig  2003-06-17 20:39:16.000000000 +0200
++++ blt2.4u/configure.in       2003-06-17 20:41:39.000000000 +0200
+@@ -1055,9 +1055,9 @@
+   *-linux*)
+     SHLIB_CFLAGS="-fPIC"
+     SHLIB_LD="${CC}"
+-    SHLIB_LD_FLAGS="-rdynamic -shared -Wl,-E -Wl,-soname,${libName}.so -Wl,-rpath,${LD_RUN_PATH}"
++    SHLIB_LD_FLAGS="-rdynamic -shared -Wl,-E -Wl,-soname,${libName}.so"
+     
+-    LDFLAGS="-Wl,-rpath,${LD_RUN_PATH}"
++    LDFLAGS=""
+     EXTRA_LIB_SPECS="-ldl"
+     ;;
+   
This page took 0.052234 seconds and 4 git commands to generate.