From 2f4e919b2faea799036f60cb9e909c96985503d8 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 28 Sep 2009 21:44:17 +0000 Subject: [PATCH] [package] fix the instal strip command (follow-up on #5617) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17797 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/proftpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 91db76f68..4a3b0de58 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -33,11 +33,11 @@ TARGET_CPPFLAGS += \ MAKE_FLAGS += \ INSTALL_USER=$(shell id -u) \ - INSTALL_GROUP=$(shell id -g) \ - INSTALL_STRIP="" + INSTALL_GROUP=$(shell id -g) CONFIGURE_ARGS += \ - --disable-cap + --disable-cap \ + --enable-devel \ define Package/proftpd/install $(CP) $(PKG_INSTALL_DIR)/* $(1)/ -- 2.11.0