summaryrefslogtreecommitdiff
path: root/package/rpm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 16:47:27 +0200
commitaff84b44070cc4fed9949a37ea155d3975c6a2fb (patch)
treebe4aedf32e4cbabf8a315e99c0164cc0420a57f8 /package/rpm
parentb2c9a66e24f94f3f9e9602baeb8925e0db5fb306 (diff)
cygwin host build patches, mostly by deactivating packages
Diffstat (limited to 'package/rpm')
-rw-r--r--package/rpm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/rpm/Makefile b/package/rpm/Makefile
index fa931b5ba..88a0954a1 100644
--- a/package/rpm/Makefile
+++ b/package/rpm/Makefile
@@ -13,10 +13,11 @@ PKG_BUILDDEP+= nss libdb
PKG_URL:= http://www.rpm.org
PKG_SITES:= http://rpm.org/releases/rpm-4.7.x/
-PKG_TARGET_DEPENDS:= !foxboard
-
DISTFILES:= ${PKG_NAME}-$(PKG_VERSION).tar.bz2
+PKG_TARGET_DEPENDS:= !foxboard
+PKG_HOST_DEPENDS:= !cygwin
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,RPM,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))