From: Jo-Philipp Wich Date: Sun, 10 Jul 2011 19:50:05 +0000 (+0000) Subject: [packages] libcrypto++: fix compilation on backfire by getting rid of the GNUmakefile... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=82ee3892c9f356af430a160be5f8532a962cd8c0;ds=sidebyside [packages] libcrypto++: fix compilation on backfire by getting rid of the GNUmakefile which injects invalid -mtune=native arguments SVN-Revision: 27578 --- diff --git a/libs/libcrypto++/Makefile b/libs/libcrypto++/Makefile index 8826d09613..f5c3212d06 100644 --- a/libs/libcrypto++/Makefile +++ b/libs/libcrypto++/Makefile @@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libc/libcrypto++/ PKG_MD5SUM:=681f830145bf93cbc16113eaf61fbe2a PKG_FIXUP:=autoreconf +PKG_REMOVE_FILES:=aclocal.m4 GNUmakefile PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk