refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'Tools'

This commit is contained in:
2018-07-11 10:36:49 +02:00
parent 4a86bd5aa4
commit 5e318adcb3
9 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pbuild::configure() {
;;
esac
export CFLAGS=-fPIC
"${MODULE_SRCDIR}"/Configure shared --prefix="${PREFIX}" ${target} \
"${SRC_DIR}"/Configure shared --prefix="${PREFIX}" ${target} \
|| exit 1
}