blob: 95a95f2398288c67c167003976f31b82439671c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- openssl-1.1.0-pre4/Makefile.shared
+++ openssl-1.1.0-pre4/Makefile.shared
@@ -175,7 +175,7 @@
ALLSYMSFLAGS='-Wl,--whole-archive'; \
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
$(DO_GNU_SO_COMMON)
-DO_GNU_APP=LDFLAGS="$(CFLAGS) $(LDFLAGS) -Wl,-rpath,$(LIBRPATH)"
+DO_GNU_APP=LDFLAGS="$(CFLAGS) $(LDFLAGS)"
#This is rather special. It's a special target with which one can link
#applications without bothering with any features that have anything to
|