http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85765f2
)
Revert "disable RPATH for installed libs (LDRPATH_INSTALL=)"
author
Vitaly Perov
<vitperov@etersoft.ru>
Mon, 27 Sep 2010 09:43:44 +0000
(13:43 +0400)
committer
Vitaly Perov
<vitperov@etersoft.ru>
Mon, 27 Sep 2010 09:43:44 +0000
(13:43 +0400)
This reverts commit
9de0c9ac0ee63c0585420717196d024138bebc8a
.
Make.rules.in
patch
|
blob
|
blame
|
history
diff --git
a/Make.rules.in
b/Make.rules.in
index 26e752bcff798a8240624cf0111a0e0d9987b420..3f5d18e34416507fa18cc663bbe9d5f9cdbdb623 100644
(file)
--- a/
Make.rules.in
+++ b/
Make.rules.in
@@
-83,7
+83,7
@@
DLLDIR = $(TOPOBJDIR)/dlls
LIBPORT = $(TOPOBJDIR)/libs/port/libwine_port.a
LIBWPP = $(TOPOBJDIR)/libs/wpp/libwpp.a
LIBWINE = -L$(TOPOBJDIR)/libs/wine -lwine
-LDRPATH_INSTALL =
+LDRPATH_INSTALL =
@LDRPATH_INSTALL@
LDRPATH_LOCAL = @LDRPATH_LOCAL@
@SET_MAKE@