diff options
author | P. 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) |
commit | 6dfb595c8b8fea4ca21bed9ca394f66ca163078a (patch) | |
tree | 1c4816389c79c96acd8dcdf4a250c0b886ee6a6c | |
parent | 291985de4c27698d0b571cea3b18afaf22c14f87 (diff) |
build: Pass --includedir to configure.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |