mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/java-commons-daemon: fix
This commit is contained in:
parent
4c010378c8
commit
e3f86a558a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
CPPFLAGS+=" -I/usr/lib/jvm/java-7-openjdk/include/linux"
|
||||
CPPFLAGS+=" -I/usr/lib/jvm/java-8-openjdk/include/linux"
|
||||
|
||||
# commons-daemon.jar
|
||||
cd "${srcdir}/${_libname}-${pkgver}-src"
|
||||
|
|
Loading…
Reference in a new issue