mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/log4cpp: fix unable to guess system type build error
This commit is contained in:
parent
6d2a143c16
commit
df141cb830
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=log4cpp
|
||||
pkgver=1.1.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Log for C++, modeled after Log4j."
|
||||
url="http://log4cpp.sourceforge.net/"
|
||||
arch="all"
|
||||
@ -16,6 +16,7 @@ builddir="$srcdir/"
|
||||
|
||||
build() {
|
||||
cd "$builddir/$pkgname"
|
||||
update_config_guess
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user