From 922a85f565f45d27a8d90a6372fd9f0388428b7c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 23:52:52 +0000 Subject: [PATCH] [packages] jpeg: add build dependency on libltdl, needed for the cross libtool fixup SVN-Revision: 32350 --- libs/jpeg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/jpeg/Makefile b/libs/jpeg/Makefile index 4d1bd2549c..14b27981e9 100644 --- a/libs/jpeg/Makefile +++ b/libs/jpeg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,8 +16,8 @@ PKG_SOURCE_URL:=http://www.ijg.org/files/ \ ftp://ftp.uu.net/graphics/jpeg/ PKG_MD5SUM:=dbd5f3b47ed13132f04c685d608a7547 -PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 +PKG_BUILD_DEPENDS:=libltdl include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk -- 2.30.2