diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-18 19:06:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-18 19:06:45 +0100 |
commit | d92e2d01cb8207ea3c388df103b288886a9626c7 (patch) | |
tree | 01be590174dea03ba6d79de5a5bd0e93592756c4 /package/libvirt/Makefile | |
parent | e522cbff7a7c5f3b5faa09b0e7254032ae80ae71 (diff) |
Avoid/Fix build on OpenBSD host system
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index cb4400e45..93ffba48e 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -14,7 +14,7 @@ PKG_BUILDDEP+= libxml2 gnutls python PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ -PKG_HOST_DEPENDS:= !freebsd !netbsd +PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd PKG_TARGET_DEPENDS:= !foxboard include ${TOPDIR}/mk/package.mk |