diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 17:30:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 17:30:36 +0100 |
commit | 89551d9a7633d83d45fb22316153dee7cd898fbc (patch) | |
tree | fe55cf46df70e534a912831f3288bd9b2400835f /package/libvirt | |
parent | 320e16528ea6a9eba54bac0161e2331093075647 (diff) | |
parent | 7051ba973da28f456659ced479c731a61a624a85 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvirt')
-rw-r--r-- | package/libvirt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 7f06db28e..a6c593f19 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -19,6 +19,7 @@ PKG_OPTS:= dev PKG_HOST_DEPENDS:= !freebsd !netbsd !openbsd PKG_ARCH_DEPENDS:= x86 x86_64 +PKG_LIBC_DEPENDS:= eglibc glibc include ${TOPDIR}/mk/package.mk |