projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3a713
)
bsdiff: add missing host build dependency on bzip2 (fixes #21990)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Mar 2016 14:34:14 +0000
(14:34 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Mar 2016 14:34:14 +0000
(14:34 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48950
package/utils/bsdiff/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/bsdiff/Makefile
b/package/utils/bsdiff/Makefile
index 9904b7eb87b5faeff166d6430bbce424328f726e..e5eef840b3b31a8695a924e63fb842b899617f28 100644
(file)
--- a/
package/utils/bsdiff/Makefile
+++ b/
package/utils/bsdiff/Makefile
@@
-15,6
+15,7
@@
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.daemonology.net/bsdiff/
PKG_MD5SUM:=e6d812394f0e0ecc8d5df255aa1db22a
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
+HOST_BUILD_DEPENDS:=bzip2/host
PKG_LICENSE:=BSD-2-Clause