diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-07-13 15:54:11 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-07-13 15:54:11 +0000 |
commit | ec130202a36a5a345bae8ca4b01821afeb84f12b (patch) | |
tree | fa5e2c786c9d9fef70086cdb619216f25d76ee73 /Makefile.cross | |
parent | e416affb8050d862912bd912be7235dfd16fa6aa (diff) |
Add sqlite3 to NO_CROSS since it depends on libreadline - this would then
require cross-gnu to build before we can build cross-bin.
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.cross b/Makefile.cross index c01d6cd316a..94a2200f117 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.52 2012/06/20 18:45:44 matthew Exp $ +# $OpenBSD: Makefile.cross,v 1.53 2012/07/13 15:54:10 jsing Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -133,6 +133,7 @@ NO_CROSS+=microcode NO_CROSS+=groff lynx binutils binutils-2.17 perl texinfo gcc cvs NO_CROSS+=nsd NO_CROSS+=nginx +NO_CROSS+=sqlite3 cross-dirs: ${CROSSDIRS} cross-obj: ${CROSSOBJ} |