projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf82f6
)
[packages] jpeg: add build dependency on libltdl, needed for the cross libtool fixup
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2012 23:52:52 +0000
(23:52 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2012 23:52:52 +0000
(23:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32350
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/jpeg/Makefile
patch
|
blob
|
history
diff --git
a/libs/jpeg/Makefile
b/libs/jpeg/Makefile
index
4d1bd25
..
14b2798
100644
(file)
--- 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