Merge
authorChris Larson <clarson@kergoth.com>
Sat, 17 Jan 2004 03:40:39 +0000 (03:40 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 17 Jan 2004 03:40:39 +0000 (03:40 +0000)
2004/01/16 22:38:16-05:00 (none)!kergoth
BUGFIX: explicitly disable krb and gss support so as not to allow the configure script to look in /usr.

BKrev: 4008aeb79u9Th6ahLty2zw9YzPEdHA

BitKeeper/etc/logging_ok
cvs/cvs_1.11.6.oe
cvs/cvs_1.11.9.oe

index bf35a0a..80b045e 100644 (file)
@@ -5,6 +5,7 @@ kebert@geralt.doma
 kergoth@direwolf.(none)
 kergoth@direwolf.itg.ti.com
 kergoth@direwolf.ppp.ti.com
+kergoth@nexus.(none)
 kergoth@zelda.tuxnami.org
 mallum@shuttle.(none)
 mickey@allanon.vanille.de
index ece1b60..5ba44e5 100644 (file)
@@ -4,3 +4,5 @@ RDEPENDS = libc6
 SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2
 
 inherit autotools
+
+EXTRA_OECONF = --with-krb4=no --with-gssapi=no
index ece1b60..5ba44e5 100644 (file)
@@ -4,3 +4,5 @@ RDEPENDS = libc6
 SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2
 
 inherit autotools
+
+EXTRA_OECONF = --with-krb4=no --with-gssapi=no