From 7457b74e7ce067611691b4b9b25858d6864f9b53 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 18 Sep 2013 19:06:00 -0400 Subject: build: Move definition of TCL_LIBRARY. configure overwrites it. Debian patched it to not do that, but we'll just work around it. --- diff --git a/build b/build index 1fa2d49..d55b15d 100755 --- a/build +++ b/build @@ -8,7 +8,6 @@ nop: @: configure: - TCL_LIBRARY='/usr/share/$(OPK_SOURCE)' \ TCL_PACKAGE_PATH='$${TCL_LIBRARY}' \ TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \ oh-autoconfigure -s src/unix -B src/unix -- \ @@ -20,11 +19,13 @@ configure: touch $@ build: configure - oh-autobuild -s src/unix -B src/unix + oh-autobuild -s src/unix -B src/unix -- \ + TCL_LIBRARY='/usr/share/$(OPK_SOURCE)' touch $@ install: build oh-autoinstall -s src/unix -B src/unix -- \ + TCL_LIBRARY='/usr/share/$(OPK_SOURCE)' \ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3' for dir in generic unix compat libtommath; do \ mkdir -p dest/usr/include/$(OPK_SOURCE)/tcl-private/$${dir}; \ -- cgit v0.9.1