dbus: disable rpath 885/head
authorNicolas Thill <nico@openwrt.org>
Mon, 9 Feb 2015 16:00:22 +0000 (17:00 +0100)
committerNicolas 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

index ba0623cca5592f3df86079adfabd878216be1183..8ee5a285848d8572a35304d1ad6f7e051c1e6dd3 100644 (file)
@@ -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