Cross Reference: 020-remove_rpath.patch
xref
: /
solaris-userland
/
components
/
openssl
/
common
/
patches
/
020-remove_rpath.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
363
N/A
---
/export/openssl/openssl-1.0.0d/Makefile.shared
Sat Aug 21 13:36:49 2010
363
N/A
+++
openssl-1.0.0d/Makefile.shared
Mon Feb 14 14:25:51 2011
363
N/A
@@ -393,7 +393,7 @@
363
N/A
@ if $(DETECT_GNU_LD); then \
363
N/A
$(DO_GNU_APP); \
363
N/A
else \
363
N/A
- LDFLAGS="$(CFLAGS) -R $(LIBRPATH)"; \
363
N/A
+ LDFLAGS="$(CFLAGS)"; \
363
N/A
fi; \
363
N/A
$(LINK_APP)
363
N/A