summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-19 16:50:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-19 16:50:07 (EDT)
commit6dfb595c8b8fea4ca21bed9ca394f66ca163078a (patch)
tree1c4816389c79c96acd8dcdf4a250c0b886ee6a6c
parent291985de4c27698d0b571cea3b18afaf22c14f87 (diff)
build: Pass --includedir to configure.
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index 5581e13..08682fc 100755
--- a/build
+++ b/build
@@ -11,6 +11,7 @@ configure:
TCL_PACKAGE_PATH='$${TCL_LIBRARY}' \
TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \
oh-autoconfigure -s src/unix -B src/unix -- \
+ --includedir=/usr/include/$(OPK_SOURCE) \
--enable-shared \
--enable-threads \
--enable-dll-unloading \