summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 20:56:48 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 20:56:48 (EDT)
commit66d2fbb21c1fc21a88bcfbb1bdd2a60159476a72 (patch)
tree3af077442bccbb1439baa8ab07bcb411f742bbc1
parent0d4d56ebb4dbbbdc6cecac46af546baa383b5e45 (diff)
build: Drop Debian bootstrap hack
-rwxr-xr-xbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/build b/build
index 23294db..0740378 100755
--- a/build
+++ b/build
@@ -12,9 +12,7 @@ nop:
@:
configure:
- # Temporary hack for bootstrap on Debian.
tcl="/usr/lib/$(OPK_HOST_ARCH)/tcl$(TCL_V)"; \
- [ -f /etc/debian_version ] && tcl="/usr/lib/tcl$(TCL_V)"; \
oh-autoconfigure -- \
--enable-shared \
--enable-threads \