repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.9+cargo-0.85.0
[oi-userland.git]
/
components
/
library
/
openssl
/
openssl-1.0.2
/
patches
/
020-remove_rpath.patch
blob
eb6b18069249f49bea8c76f3ef7ae0b832230ca2
1
--- /export/openssl/openssl-1.0.0d/Makefile.shared Sat Aug 21 13:36:49 2010
2
+++ openssl-1.0.0d/Makefile.shared Mon Feb 14 14:25:51 2011
3
@@ -393,7 +393,7 @@
4
@ if $(DETECT_GNU_LD); then \
5
$(DO_GNU_APP); \
6
else \
7
- LDFLAGS="$(CFLAGS) -R $(LIBRPATH)"; \
8
+ LDFLAGS="$(CFLAGS)"; \
9
fi; \
10
$(LINK_APP)
11