diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
commit | 94c0a7374ee0c980a34e134f93dca1d46e7af7bc (patch) | |
tree | 134e5415fb5d2ccc613bdab46c97f5fa3df8c730 /package/rpm | |
parent | 07c250a84c1cc9ace9ebf00800f2125461a2662b (diff) | |
parent | 084c175e59e9ea61c68154ad9982adcd918cbfcf (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
package/freeradius-server/Makefile
package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
Diffstat (limited to 'package/rpm')
-rw-r--r-- | package/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpm/Makefile b/package/rpm/Makefile index ef8256231..8bfe44011 100644 --- a/package/rpm/Makefile +++ b/package/rpm/Makefile @@ -13,7 +13,7 @@ PKG_BUILDDEP:= nss libdb PKG_URL:= http://www.rpm.org/ PKG_SITES:= http://rpm.org/releases/rpm-4.7.x/ -PKG_HOST_DEPENDS:= !cygwin +PKG_HOST_DEPENDS:= !cygwin !darwin PKG_TARGET_DEPENDS:= !foxboard DISTFILES:= ${PKG_NAME}-$(PKG_VERSION).tar.bz2 |