projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9978c71
)
xorg-kdrive: fix linker errors.
author
Florian Fainelli
<florian@openwrt.org>
Sun, 20 Feb 2011 17:25:50 +0000
(17:25 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 20 Feb 2011 17:25:50 +0000
(17:25 +0000)
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 25624
Xorg/xorg/xserver/xorg-kdrive/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/xorg/xserver/xorg-kdrive/Makefile
b/Xorg/xorg/xserver/xorg-kdrive/Makefile
index 80762758c7cf7f7f50f1245c7a21d2079cf0f379..2712d482eebb21d85d4e07a3573484e93d39fdb0 100644
(file)
--- a/
Xorg/xorg/xserver/xorg-kdrive/Makefile
+++ b/
Xorg/xorg/xserver/xorg-kdrive/Makefile
@@
-32,6
+32,9
@@
PKG_FIXUP:=libtool
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
+TARGET_LDFLAGS+= \
+ -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
+
include $(INCLUDE_DIR)/package.mk
define Package/xserver-kdrive/Default