diff options
author | Steven Barth <steven@midlink.org> | 2015-02-09 20:32:44 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-02-09 20:32:44 +0100 |
commit | 9fdf0326d7c44a14abbc5345791396ebdce86f65 (patch) | |
tree | 1413ff48b0a23ac8ffd2b023b8d8b41afdc39837 | |
parent | 39c89a8268b68ebe471d4e0869adab97438879fd (diff) | |
parent | e222bf249dbae8a50d3054e9621109b5e4543959 (diff) |
Merge pull request #885 from psycho-nico/fix-dbus-disable-rpath
dbus: disable rpath
-rw-r--r-- | utils/dbus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index ba0623cca..8ee5a2858 100644 --- 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 |