diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-18 11:56:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-18 11:56:43 +0200 |
commit | bd05145b6d1d09ffc8aae586a9d50b33dfaf3e0a (patch) | |
tree | 49ae51c9a6c65246f83c611aff74b9a978c49ca3 /package/libvirt/Makefile | |
parent | 107e95cd028c183f73705bf04a5dc2b99fa1c258 (diff) |
fix openssl native compile
- we need cmp
- we need strict.pm for most perlscripts
- use correct TARGET_CROSS variables for native compiles
- cosmetic changes to openssl package, add .so files so
that it can be used by gcc
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 0ff316c00..f40800ded 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 8c2c14a7695c9c661004bcfc6468d62d PKG_DESCR:= virtualization API PKG_SECTION:= utils -PKG_DEPENDS:= libxml2 libgnutls +PKG_DEPENDS:= libxml2 libgnutls python PKG_URL:= http://www.libvirt.org PKG_SITES:= ftp://libvirt.org/libvirt/ |