dbus: for some reason on our mips toolchain -Wl,--gc-sections does not work, but --gc-sections does.

fixes #6043

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18308 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-11-05 10:22:29 +00:00
parent 9c7a3405c5
commit f7f2eb8df9

View File

@ -74,6 +74,11 @@ $(call Package/dbus/Default/description)
endef
define Build/Prepare
$(Build/Prepare/Default)
$(SED) 's/-Wl,--gc-sections/--gc-sections/' $(PKG_BUILD_DIR)/configure
endef
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \