projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a201a2b
)
tiff: disable linking to liblzma
author
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 21 Feb 2014 21:13:14 +0000
(21:13 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 21 Feb 2014 21:13:14 +0000
(21:13 +0000)
This package requires liblzma as dependency if liblzma is selected.
This patch disables linking to liblzma in its configure script.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 39659
libs/tiff/Makefile
patch
|
blob
|
history
diff --git
a/libs/tiff/Makefile
b/libs/tiff/Makefile
index a79b6b2362ea8cf0499c748d0698ed8bdf59e6a5..48fc0ebd9c931a9691f1b83d52ba5b681b0a0fb7 100644
(file)
--- a/
libs/tiff/Makefile
+++ b/
libs/tiff/Makefile
@@
-63,6
+63,7
@@
define Build/Configure
--enable-cxx, \
--disable-cxx \
) \
+ --disable-lzma \
--enable-ccitt \
--enable-packbits \
--enable-lzw \