From 29a1a891682d0ab7d7c10383ea47fe175984b1b7 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 7 Dec 2009 23:39:21 +0000 Subject: [PATCH] [package] update libpng to 1.2.41 (#6312) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18685 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libpng/Makefile | 4 ++-- libs/libpng/patches/100-config_fix.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile index 4afa31de7..d5a779000 100644 --- a/libs/libpng/Makefile +++ b/libs/libpng/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpng -PKG_VERSION:=1.2.40 +PKG_VERSION:=1.2.41 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/libpng -PKG_MD5SUM:=29bbd1c3cbe54b04bfc2bda43067ccb5 +PKG_MD5SUM:=2faa7f8d81e6a35beb991cb75edbf056 PKG_FIXUP = libtool diff --git a/libs/libpng/patches/100-config_fix.patch b/libs/libpng/patches/100-config_fix.patch index 64ca0c011..e0ed94dca 100644 --- a/libs/libpng/patches/100-config_fix.patch +++ b/libs/libpng/patches/100-config_fix.patch @@ -13,7 +13,7 @@ @@ -6,5 +6,5 @@ Name: libpng Description: Loads and saves PNG files - Version: 1.2.40 + Version: 1.2.41 -Libs: -L${libdir} -lpng12 +Libs: -lpng12 Cflags: -I${includedir} -- 2.11.0