From f17d97e86c6f098089336703394f63c2d3f2dce6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 6 Jul 2012 19:01:25 +0000 Subject: [PATCH] [packages] bind: remove bundled libtool (#11716) SVN-Revision: 32641 --- net/bind/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/bind/Makefile b/net/bind/Makefile index 8a13f06491..db057085a8 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -18,6 +18,8 @@ PKG_SOURCE_URL:= \ PKG_MD5SUM:=4ed20e77f2967c13eaab5563d0c45c76 PKG_FIXUP:=autoreconf +PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -- 2.30.2