summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:32:54 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:32:54 +0000
commita309c78bbcab5323fb8c7d4c3b3229985919965a (patch)
tree726e116d041b83f5b945ff09adf92aae4dc0e553 /net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-a309c78bbcab5323fb8c7d4c3b3229985919965a.tar.gz
gentoo-2-a309c78bbcab5323fb8c7d4c3b3229985919965a.tar.bz2
gentoo-2-a309c78bbcab5323fb8c7d4c3b3229985919965a.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild')
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
index 0d46e23146ec..88509c6b8680 100644
--- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
+++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.5 2004/04/02 18:42:59 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.6 2004/04/26 14:28:49 agriffis Exp $
DESCRIPTION="This module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database."
SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz"
@@ -13,7 +13,7 @@ DEPEND=">=net-www/apache-1.3.27
src_compile() {
econf --with-apxs=/usr/sbin/apxs --with-pgsql-lib=/usr/lib/postgresql \
- --with-pgsql-include=/usr/include/postgresql
+ --with-pgsql-include=/usr/include/postgresql || die "econf failed"
/usr/sbin/apxs -I/usr/include/postgresql \
-L/usr/lib/postgresql -lpq \
-o mod_auth_pgsql.so -c mod_auth_pgsql.c auth_pgsql_shared_stub.c || die