You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
567 B
11 lines
567 B
--- openssl-0.9.8a/Makefile.shared.no-rpath 2005-06-23 22:47:54.000000000 +0200 |
|
+++ openssl-0.9.8a/Makefile.shared 2005-11-16 22:35:37.000000000 +0100 |
|
@@ -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
|
|
|