From 9f1744f6154e99ac59753e68c753c2c79a8adc77 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 5 Jul 2011 02:16:20 +0000 Subject: [PATCH] [packages] libcrypto++: remove manual autoreconf invocation, use default configure action git-svn-id: svn://svn.openwrt.org/openwrt/packages@27451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libcrypto++/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/libs/libcrypto++/Makefile b/libs/libcrypto++/Makefile index 5f97a2313..8826d0961 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++ -- 2.11.0