summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-08-08 15:03:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-08-08 15:03:19 +0000
commit009932d24683461356a127984cf5f25016df0dfd (patch)
treeacbaa6943f27ab50607365093c945a7c92fb0f34 /sys-fs
parentVersion bump. (diff)
downloadgentoo-2-009932d24683461356a127984cf5f25016df0dfd.tar.gz
gentoo-2-009932d24683461356a127984cf5f25016df0dfd.tar.bz2
gentoo-2-009932d24683461356a127984cf5f25016df0dfd.zip
Pass explicit --disable-xattr because it's only used by systemd-only files src/core/socket.c (used only for systemd-core target at Makefile.am) and src/journal/journal-*.c to avoid build failure when sys-apps/attr headers are installed, but the 32bit library is missing. Thanks to Alexis Ballier for detecting this.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog10
-rw-r--r--sys-fs/udev/udev-206-r1.ebuild3
-rw-r--r--sys-fs/udev/udev-9999.ebuild3
3 files changed, 13 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index f7c15538b637..cbf21c942a96 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.948 2013/08/08 12:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.949 2013/08/08 15:03:19 ssuominen Exp $
+
+ 08 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> udev-206-r1.ebuild,
+ udev-9999.ebuild:
+ Pass explicit --disable-xattr because it's only used by systemd-only files
+ src/core/socket.c (used only for systemd-core target at Makefile.am) and
+ src/journal/journal-*.c to avoid build failure when sys-apps/attr headers are
+ installed, but the 32bit library is missing. Thanks to Alexis Ballier for
+ detecting this.
08 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> udev-206-r1.ebuild,
udev-9999.ebuild:
diff --git a/sys-fs/udev/udev-206-r1.ebuild b/sys-fs/udev/udev-206-r1.ebuild
index a69bd9143413..f156bf54bb64 100644
--- a/sys-fs/udev/udev-206-r1.ebuild
+++ b/sys-fs/udev/udev-206-r1.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/sys-fs/udev/udev-206-r1.ebuild,v 1.4 2013/08/08 12:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-206-r1.ebuild,v 1.5 2013/08/08 15:03:19 ssuominen Exp $
EAPI=5
@@ -230,6 +230,7 @@ multilib_src_configure() {
--disable-polkit
--disable-tmpfiles
--disable-machined
+ --disable-xattr
)
if multilib_is_native_abi; then
econf_args+=(
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index e4b8528f7cf3..b2e061dd12be 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.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/sys-fs/udev/udev-9999.ebuild,v 1.245 2013/08/08 12:45:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.246 2013/08/08 15:03:19 ssuominen Exp $
EAPI=5
@@ -230,6 +230,7 @@ multilib_src_configure() {
--disable-polkit
--disable-tmpfiles
--disable-machined
+ --disable-xattr
)
if multilib_is_native_abi; then
econf_args+=(