[packages] jpeg: add build dependency on libltdl, needed for the cross libtool fixup
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 23:52:52 +0000 (23:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 23:52:52 +0000 (23:52 +0000)
SVN-Revision: 32350

libs/jpeg/Makefile

index 4d1bd2549ce7afe07670522f18f731d4b86285f9..14b27981e995de7f6318b691f9809d0d2f54aa55 100644 (file)
@@ -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