[packages/collectd] Use default configure settings and therewith fix current errors while building with libtool2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24284 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-12-06 15:32:10 +00:00
parent 1dfd9187a8
commit 8f07d027b6

View File

@ -82,10 +82,6 @@ CONFIGURE_VARS += \
LDFLAGS="$$$$LDFLAGS -lcrypto -lssl -lz" \
CC="$(filter-out ccache,$(TARGET_CC))"
define Build/Configure
$(call Build/Configure/Default,,bash)
endef
define Build/Compile
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \