diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
commit | b4d61f0ee3485f89dd8560227c833dc948523ecf (patch) | |
tree | 3b032e4e2c209781fa33886488b41774b49e3f90 /package/libvirt/Makefile | |
parent | 3e9ec766c9b289becc53fba5fc57eb20723eeab7 (diff) |
consolidate x86/x86_64 support
use hardware profiles, instead of extra target dirs.
fix dependencies.
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 32682603f..92f74109e 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -15,7 +15,7 @@ PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd -PKG_TARGET_DEPENDS:= shuttle +PKG_TARGET_DEPENDS:= x86 x86_64 include ${TOPDIR}/mk/package.mk |