projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a957258
)
dbus: disable rpath
885/head
author
Nicolas Thill
<nico@openwrt.org>
Mon, 9 Feb 2015 16:00:22 +0000
(17:00 +0100)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 9 Feb 2015 16:00:22 +0000
(17:00 +0100)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
utils/dbus/Makefile
patch
|
blob
|
history
diff --git
a/utils/dbus/Makefile
b/utils/dbus/Makefile
index ba0623cca5592f3df86079adfabd878216be1183..8ee5a285848d8572a35304d1ad6f7e051c1e6dd3 100644
(file)
--- a/
utils/dbus/Makefile
+++ b/
utils/dbus/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
# Make sure to also update the dbus-x package
PKG_NAME:=dbus
PKG_VERSION:=1.9.8
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
@@
-26,7
+26,6
@@
include $(INCLUDE_DIR)/package.mk
TARGET_LDFLAGS+= \
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib \
- -Wl,-rpath=/usr/lib/
define Package/dbus/Default
SECTION:=utils