diff options
author | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-05-28 17:04:00 +0100 |
---|---|---|
committer | Tiago Natel de Moura <t.nateldemoura@f5.com> | 2020-05-28 17:04:00 +0100 |
commit | d3ca5fb47a52322b48737d21d55bf1d6d0aa446a (patch) | |
tree | c316e9afc9af01ab4c24bb304886211fee6660e6 /pkg/rpm/Makefile.jsc-common | |
parent | 9d8e476c4e3695019b0a1fe3696d3411a8393de6 (diff) | |
download | unit-d3ca5fb47a52322b48737d21d55bf1d6d0aa446a.tar.gz unit-d3ca5fb47a52322b48737d21d55bf1d6d0aa446a.tar.bz2 |
Packages: fixed java configure script.1.18.0
Now the configure script appends /server to --lib-path argument.
Diffstat (limited to 'pkg/rpm/Makefile.jsc-common')
-rw-r--r-- | pkg/rpm/Makefile.jsc-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/Makefile.jsc-common b/pkg/rpm/Makefile.jsc-common index 959c6b9d..9688e265 100644 --- a/pkg/rpm/Makefile.jsc-common +++ b/pkg/rpm/Makefile.jsc-common @@ -8,7 +8,7 @@ MODULE_RELEASE_jsc_common= 1 JAVA_ARCH_jsc_common= $(shell /usr/lib/jvm/java-1.8.0/bin/java -XshowSettings 2>&1 | grep -F -e os.arch | sed -e 's/^.*= //') -MODULE_CONFARGS_jsc_common= java --home=/usr/lib/jvm/java-1.8.0 --lib-path=/usr/lib/jvm/jre-1.8.0/lib/$(JAVA_ARCH_jsc_common)/server --jars=/usr/share/unit-jsc-common/ +MODULE_CONFARGS_jsc_common= java --home=/usr/lib/jvm/java-1.8.0 --lib-path=/usr/lib/jvm/jre-1.8.0/lib/$(JAVA_ARCH_jsc_common) --jars=/usr/share/unit-jsc-common/ MODULE_MAKEARGS_jsc_common= java MODULE_INSTARGS_jsc_common= java-shared-install |