summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-29 10:14:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-29 10:14:00 +0000
commite3e672322166a0ad1a92b2c302545780d458af19 (patch)
tree535bc403ef807dba90c6153ec812af44b674e304 /net-misc/openssh/openssh-3.8.1_p1-r1.ebuild
parentupdate the menuconfig path #94358 (diff)
downloadgentoo-2-e3e672322166a0ad1a92b2c302545780d458af19.tar.gz
gentoo-2-e3e672322166a0ad1a92b2c302545780d458af19.tar.bz2
gentoo-2-e3e672322166a0ad1a92b2c302545780d458af19.zip
make sure openssh uses custom LDFLAGS #94270
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/openssh/openssh-3.8.1_p1-r1.ebuild')
-rw-r--r--net-misc/openssh/openssh-3.8.1_p1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-3.8.1_p1-r1.ebuild b/net-misc/openssh/openssh-3.8.1_p1-r1.ebuild
index 314246dcd2fd..edcfd12cdf2e 100644
--- a/net-misc/openssh/openssh-3.8.1_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-3.8.1_p1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.8.1_p1-r1.ebuild,v 1.18 2005/05/28 01:28:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.8.1_p1-r1.ebuild,v 1.19 2005/05/29 10:14:00 vapier Exp $
inherit eutils flag-o-matic ccc
@@ -89,6 +89,7 @@ src_compile() {
myconf="${myconf} --without-kerberos5"
econf \
+ --with-ldflags="${LDFLAGS}" \
--disable-strip \
--sysconfdir=/etc/ssh \
--libexecdir=/usr/lib/misc \