From 2c661588e5bb000223b6a9183ae050efd758cb0d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 6 Nov 2011 16:42:46 +0000 Subject: [PATCH] packages/ldns: remove unused var, cleanup SVN-Revision: 28780 --- libs/ldns/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/ldns/Makefile b/libs/ldns/Makefile index 6facbc4fe..7d5676e4f 100644 --- a/libs/ldns/Makefile +++ b/libs/ldns/Makefile @@ -17,7 +17,6 @@ PKG_MD5SUM:=fadf8e38fbd2d3434a2c46097d9932d5 PKG_FIXUP:=libtool PKG_INSTALL:=1 -PKG_LIBTOOL_PATHS:= ./libtool include $(INCLUDE_DIR)/package.mk @@ -34,10 +33,10 @@ CONFIGURE_ARGS += \ --with-ssl="$(STAGING_DIR)/usr" define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include/ldns - $(CP) $(PKG_INSTALL_DIR)/usr/include/ldns/*.h $(1)/usr/include/ldns/ + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_INSTALL_DIR)/usr/include/ldns $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libldns.{so*,a,la} $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libldns.{a,so*} $(1)/usr/lib/ endef define Package/libldns/install -- 2.30.2