From bf8a6aded9ad0f65531071c1b3a2be45867adc9c Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 10 Jul 2011 19:50:05 +0000 Subject: [PATCH] [packages] libcrypto++: fix compilation on backfire by getting rid of the GNUmakefile which injects invalid -mtune=native arguments git-svn-id: svn://svn.openwrt.org/openwrt/packages@27578 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libcrypto++/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libcrypto++/Makefile b/libs/libcrypto++/Makefile index 8826d0961..f5c3212d0 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