summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2012-07-13 15:54:10 +0000
committerjsing <jsing@openbsd.org>2012-07-13 15:54:10 +0000
commit372e27264556f8ad7ec178f18d6afb95b40f9829 (patch)
tree3f22f5017623b872d20824c0bde065fdf138c666
parentMake sure that set med 0 is ACTION_SET_MED and not relative. Fixes (diff)
downloadwireguard-openbsd-372e27264556f8ad7ec178f18d6afb95b40f9829.tar.xz
wireguard-openbsd-372e27264556f8ad7ec178f18d6afb95b40f9829.zip
Add sqlite3 to NO_CROSS since it depends on libreadline - this would then
require cross-gnu to build before we can build cross-bin.
-rw-r--r--Makefile.cross3
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}