[Pkg-openssl-changes] r120 - in openssl/trunk: . debian
Kurt Roeckx
kroeckx at costa.debian.org
Sat Feb 11 14:01:29 UTC 2006
Author: kroeckx
Date: 2006-02-11 14:01:27 +0000 (Sat, 11 Feb 2006)
New Revision: 120
Modified:
openssl/trunk/Makefile.shared
openssl/trunk/debian/changelog
Log:
Don't set an rpath on openssl to point to /usr/lib.
Modified: openssl/trunk/Makefile.shared
===================================================================
--- openssl/trunk/Makefile.shared 2006-02-11 13:59:35 UTC (rev 119)
+++ openssl/trunk/Makefile.shared 2006-02-11 14:01:27 UTC (rev 120)
@@ -153,7 +153,7 @@
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
+DO_GNU_APP=LDFLAGS="$(CFLAGS)"
#This is rather special. It's a special target with which one can link
#applications without bothering with any features that have anything to
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2006-02-11 13:59:35 UTC (rev 119)
+++ openssl/trunk/debian/changelog 2006-02-11 14:01:27 UTC (rev 120)
@@ -4,6 +4,7 @@
from 1 to 1ssl and 3 to 3ssl. The name of the files
already had the ssl in, the section didn't.
* Don't install the LICENSE file, it's already in the copyright file.
+ * Don't set an rpath on openssl to point to /usr/lib.
-- Kurt Roeckx <kurt at roeckx.be> Sat, 11 Feb 2006 14:14:37 +0100
More information about the Pkg-openssl-changes
mailing list