From 17b8a69ba78a460e2b424d4d2dc7c5b5e02e8812 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 14 Apr 2012 20:09:31 +0000 Subject: [PATCH] packages: update libmicrohttpd to 0.9.19 Also include all library symlinks in the package. Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@31287 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libmicrohttpd/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 85d9c1458..26588f067 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.4.4 +PKG_VERSION:=0.9.19 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_MD5SUM:=bcd61ebb10286379f55c7db9c79e0465 +PKG_MD5SUM:=0f4c55ba224ce75b3b993b558e072a6b PKG_FIXUP:=libtool PKG_INSTALL:=1 @@ -47,8 +47,7 @@ endef define Package/libmicrohttpd/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmicrohttpd.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libmicrohttpd.so* $(1)/usr/lib/ endef $(eval $(call BuildPackage,libmicrohttpd)) - -- 2.11.0