summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-03-04 15:41:09 +0000
committerJeroen Roovers <jer@gentoo.org>2011-03-04 15:41:09 +0000
commitdfeddc8822007af93164dd002c300350c0f15b76 (patch)
treede2bd29e8712e538430e6bda8c35b1acbab58e88 /net-fs/samba/samba-3.4.12.ebuild
parentMinor changes to useflags and deps #357293 thanks to wltjr (diff)
downloadgentoo-2-dfeddc8822007af93164dd002c300350c0f15b76.tar.gz
gentoo-2-dfeddc8822007af93164dd002c300350c0f15b76.tar.bz2
gentoo-2-dfeddc8822007af93164dd002c300350c0f15b76.zip
Remove HPPA --disable-pie restriction.
(Portage version: 2.2.0_alpha26/cvs/Linux i686)
Diffstat (limited to 'net-fs/samba/samba-3.4.12.ebuild')
-rw-r--r--net-fs/samba/samba-3.4.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.4.12.ebuild b/net-fs/samba/samba-3.4.12.ebuild
index 0ea9fab32c0b..a45fe097df28 100644
--- a/net-fs/samba/samba-3.4.12.ebuild
+++ b/net-fs/samba/samba-3.4.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.12.ebuild,v 1.1 2011/03/02 20:13:50 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.12.ebuild,v 1.2 2011/03/04 15:41:09 jer Exp $
EAPI="2"
@@ -119,7 +119,7 @@ src_configure() {
local myconf
# Filter out -fPIE
- [[ ${CHOST} == *-*bsd* ]] || use hppa && myconf="${myconf} --disable-pie"
+ [[ ${CHOST} == *-*bsd* ]] && myconf="${myconf} --disable-pie"
# Upstream refuses to make this configurable
use caps && export ac_cv_header_sys_capability_h=yes || export ac_cv_header_sys_capability_h=no