mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ecl fix
This commit is contained in:
parent
03815a4975
commit
b6ecca628f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ prepare() {
|
|||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
CPPFLAGS+=" -I/usr/lib/libffi-3.0.13/include"
|
||||
CPPFLAGS+=" -I/usr/lib/libffi-3.2.1/include"
|
||||
./configure \
|
||||
--build=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue