mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-java/commons-daemon: respect AR
Bug: https://bugs.gentoo.org/833602 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24248 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
b9d57ef51b
commit
f5a8109b0c
@@ -10,7 +10,7 @@ JAVA_PKG_IUSE="doc source"
|
||||
MAVEN_ID="commons-daemon:commons-daemon:1.2.4"
|
||||
# JAVA_TESTING_FRAMEWORKS="junit-4"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple
|
||||
inherit java-pkg-2 java-pkg-simple toolchain-funcs
|
||||
|
||||
DESCRIPTION="Tools to allow Java programs to run as UNIX daemons"
|
||||
HOMEPAGE="https://commons.apache.org/proper/commons-daemon/"
|
||||
@@ -47,7 +47,7 @@ src_compile() {
|
||||
|
||||
pushd src/native/unix || die
|
||||
./configure
|
||||
emake
|
||||
emake AR="$(tc-getAR)"
|
||||
popd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user