2015-04-23 11:57:26 +00:00
|
|
|
diff -up openssl-1.0.2a/Makefile.shared.no-rpath openssl-1.0.2a/Makefile.shared
|
|
|
|
--- openssl-1.0.2a/Makefile.shared.no-rpath 2015-04-09 18:14:39.647921663 +0200
|
|
|
|
+++ openssl-1.0.2a/Makefile.shared 2015-04-09 18:14:34.423800985 +0200
|
|
|
|
@@ -153,7 +153,7 @@ DO_GNU_SO=$(CALC_VERSIONS); \
|
2005-11-16 21:45:59 +00:00
|
|
|
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
|