diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-17 03:40:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-17 03:40:39 +0000 |
commit | 4aa0b4d5d3930257d8912be2a84ed9ea8cf9eae2 (patch) | |
tree | 14ccd47585dc3124f25c227741402c46eb6de8f9 /cvs | |
parent | 668749fd241399792c5cff9ff671a80c09c52c7b (diff) |
Merge
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
Diffstat (limited to 'cvs')
-rw-r--r-- | cvs/cvs_1.11.6.oe | 2 | ||||
-rw-r--r-- | cvs/cvs_1.11.9.oe | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/cvs/cvs_1.11.6.oe b/cvs/cvs_1.11.6.oe index ece1b60d91..5ba44e5d66 100644 --- a/cvs/cvs_1.11.6.oe +++ b/cvs/cvs_1.11.6.oe @@ -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 diff --git a/cvs/cvs_1.11.9.oe b/cvs/cvs_1.11.9.oe index ece1b60d91..5ba44e5d66 100644 --- a/cvs/cvs_1.11.9.oe +++ b/cvs/cvs_1.11.9.oe @@ -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 |