From: jow 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://207.154.207.93/?a=commitdiff_plain;h=bf8a6aded9ad0f65531071c1b3a2be45867adc9c;p=packages.git [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 --- 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