summaryrefslogtreecommitdiff
path: root/package/libnettle
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-03-11 18:04:11 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-03-11 18:04:11 +0100
commit942a1dda2b6907db6970c8bff6d511d1a4950725 (patch)
treecc927edb40b3ea6911ee78835d5cc40a15fe9df1 /package/libnettle
parent85a8eebad2ec52266e98e4a764ea61f6d58f101f (diff)
add gnutls support to curl package, add depends to ca-certificates package
Diffstat (limited to 'package/libnettle')
-rw-r--r--package/libnettle/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libnettle/Makefile b/package/libnettle/Makefile
index bca923419..0f9c26122 100644
--- a/package/libnettle/Makefile
+++ b/package/libnettle/Makefile
@@ -21,7 +21,9 @@ $(eval $(call PKG_template,LIBNETTLE,libnettle,$(PKG_VERSION)-${PKG_RELEASE},${P
libnettle-install:
$(INSTALL_DIR) $(IDIR_LIBNETTLE)/usr/lib
- $(INSTALL_BIN) $(WRKINST)/usr/lib/libnettle*.so* \
+ $(CP) $(WRKINST)/usr/lib/libnettle*.so* \
+ $(IDIR_LIBNETTLE)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libhogweed.so* \
$(IDIR_LIBNETTLE)/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk