diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 16:35:36 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 16:35:36 +0000 |
commit | 420c9a7f7f6ab101775707c46b471910d6775270 (patch) | |
tree | 9b9ce40fd2c9123c2e53104e5384494db10c7b5f /app-emulation/qemu-user | |
parent | Add missing Manifest entries for rex-0.40.0.ebuild. (diff) | |
download | gentoo-2-420c9a7f7f6ab101775707c46b471910d6775270.tar.gz gentoo-2-420c9a7f7f6ab101775707c46b471910d6775270.tar.bz2 gentoo-2-420c9a7f7f6ab101775707c46b471910d6775270.zip |
Fix 'cannot find -lseccomp' when libseccomp[static-libs] is not installed.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-emulation/qemu-user')
-rw-r--r-- | app-emulation/qemu-user/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-1.2.2.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/qemu-user/qemu-user-9999.ebuild | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-emulation/qemu-user/ChangeLog b/app-emulation/qemu-user/ChangeLog index cefcf6a2439a..c260193543d4 100644 --- a/app-emulation/qemu-user/ChangeLog +++ b/app-emulation/qemu-user/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu-user # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.52 2013/01/20 00:47:06 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.53 2013/02/25 16:35:36 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> qemu-user-1.2.2.ebuild, + qemu-user-9999.ebuild: + Fix 'cannot find -lseccomp' when libseccomp[static-libs] is not installed. *qemu-user-1.2.2 (20 Jan 2013) diff --git a/app-emulation/qemu-user/qemu-user-1.2.2.ebuild b/app-emulation/qemu-user/qemu-user-1.2.2.ebuild index 43f528d0e3c9..b2bb70656d57 100644 --- a/app-emulation/qemu-user/qemu-user-1.2.2.ebuild +++ b/app-emulation/qemu-user/qemu-user-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v 1.1 2013/01/20 00:47:06 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v 1.2 2013/02/25 16:35:36 zmedico Exp $ EAPI=4 @@ -106,6 +106,7 @@ src_configure() { conf_opts+=" --disable-vnc-tls" conf_opts+=" --disable-curses" conf_opts+=" --disable-sdl" + conf_opts+=" --disable-seccomp" conf_opts+=" --disable-vde" conf_opts+=" --prefix=/usr --sysconfdir=/etc --disable-bluez --disable-kvm" conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)" diff --git a/app-emulation/qemu-user/qemu-user-9999.ebuild b/app-emulation/qemu-user/qemu-user-9999.ebuild index 276369322353..3167e0f52dd9 100644 --- a/app-emulation/qemu-user/qemu-user-9999.ebuild +++ b/app-emulation/qemu-user/qemu-user-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v 1.4 2012/11/22 18:47:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v 1.5 2013/02/25 16:35:36 zmedico Exp $ EAPI=4 @@ -99,6 +99,7 @@ src_configure() { conf_opts+=" --disable-vnc-tls" conf_opts+=" --disable-curses" conf_opts+=" --disable-sdl" + conf_opts+=" --disable-seccomp" conf_opts+=" --disable-vde" conf_opts+=" --prefix=/usr --disable-bluez --disable-kvm" conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)" |