diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-11 18:04:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-11 18:04:11 +0100 |
commit | 942a1dda2b6907db6970c8bff6d511d1a4950725 (patch) | |
tree | cc927edb40b3ea6911ee78835d5cc40a15fe9df1 /package/libnettle | |
parent | 85a8eebad2ec52266e98e4a764ea61f6d58f101f (diff) |
add gnutls support to curl package, add depends to ca-certificates package
Diffstat (limited to 'package/libnettle')
-rw-r--r-- | package/libnettle/Makefile | 4 |
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 |