summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-19 16:36:01 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-19 16:36:01 +0000
commit29e6991ecfea0b50af370f7e7631934854c02860 (patch)
treed337528290dd26e2ce79847b9f8ac625beed2e2f /net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
parentFixed error in gdome-config script. Bug 53704. (diff)
downloadhistorical-29e6991ecfea0b50af370f7e7631934854c02860.tar.gz
historical-29e6991ecfea0b50af370f7e7631934854c02860.tar.bz2
historical-29e6991ecfea0b50af370f7e7631934854c02860.zip
Using toolchain-funcs for the rest of the toolchain commands now, too.
Diffstat (limited to 'net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild')
-rw-r--r--net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild b/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
index f5d7ebd8709c..b2d4bdfcaf56 100644
--- a/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
+++ b/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild,v 1.3 2004/10/19 07:40:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild,v 1.4 2004/10/19 16:36:01 eradicator Exp $
IUSE=""
@@ -36,14 +36,10 @@ src_compile() {
$(tc-getCXX) ${CFLAGS} -D_OS_UNIX -fPIC -c ${FILE} -o ${FILE//.c/.lo} || die
done
-# echo $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
-# $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
-# echo $(tc-getRANLIB) libhttpd-persistent.a || die
-# $(tc-getRANLIB) libhttpd-persistent.a || die
- echo ar rc libhttpd-persistent.a ${OFILES} || die
- ar rc libhttpd-persistent.a ${OFILES} || die
- echo ranlib libhttpd-persistent.a || die
- ranlib libhttpd-persistent.a || die
+ echo $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
+ $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
+ echo $(tc-getRANLIB) libhttpd-persistent.a || die
+ $(tc-getRANLIB) libhttpd-persistent.a || die
echo $(tc-getCXX) -shared -Wl,-shared,-soname,libhttpd-persistent.so \
${LOFILES} -o libhttpd-persistent.so || die