From: Jo-Philipp Wich Date: Tue, 5 Jul 2011 02:16:20 +0000 (+0000) Subject: [packages] libcrypto++: remove manual autoreconf invocation, use default configure... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1a388002f19f1293c8b9de28ec82d605181502d5 [packages] libcrypto++: remove manual autoreconf invocation, use default configure action SVN-Revision: 27451 --- diff --git a/libs/libcrypto++/Makefile b/libs/libcrypto++/Makefile index 5f97a23139..8826d09613 100644 --- a/libs/libcrypto++/Makefile +++ b/libs/libcrypto++/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libc/libcrypto++/ PKG_MD5SUM:=681f830145bf93cbc16113eaf61fbe2a -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -38,12 +38,8 @@ CONFIGURE_ARGS += \ --enable-static \ --enable-shared -define Build/Configure - (cd $(PKG_BUILD_DIR); rm -f config.cache GNUmakefile; autoreconf --force --install) - $(call Build/Configure/Default,,\ - LDFLAGS="$(TARGET_LDFLAGS) -lpthread" \ - ) -endef +TARGET_LDFLAGS += \ + -lpthread define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/crypto++