diff options
-rw-r--r-- | main/fribidi/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/fribidi/APKBUILD b/main/fribidi/APKBUILD index d2c5d826c8..8a78fee70b 100644 --- a/main/fribidi/APKBUILD +++ b/main/fribidi/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=fribidi pkgver=0.19.6 -pkgrel=0 +pkgrel=1 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" url="http://fribidi.org" arch="all" @@ -29,6 +29,8 @@ build () --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --disable-static \ + --with-glib=no \ || return 1 make || return 1 } |