summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:28:49 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:28:49 +0000
commit1acefc7f88f3ecc81425ab727f7a3d898d94ae21 (patch)
treecfe3dd2b637f531d2b69aed2a39a91a764a757aa /net-www/mod_auth_pgsql
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-1acefc7f88f3ecc81425ab727f7a3d898d94ae21.tar.gz
historical-1acefc7f88f3ecc81425ab727f7a3d898d94ae21.tar.bz2
historical-1acefc7f88f3ecc81425ab727f7a3d898d94ae21.zip
Add die following econf for bug 48950
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r--net-www/mod_auth_pgsql/ChangeLog6
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog
index 6b76d3c1792b..c7ebcc482189 100644
--- a/net-www/mod_auth_pgsql/ChangeLog
+++ b/net-www/mod_auth_pgsql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_auth_pgsql
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.6 2004/04/02 18:42:59 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.7 2004/04/26 14:28:49 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org>
+ mod_auth_pgsql-0.9.12.ebuild:
+ Add die following econf for bug 48950
02 Apr 2004; Chuck Short <zul@gentoo.org> :
Added apache2 version.
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