diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-18 12:55:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-18 12:55:43 +0000 |
commit | 8ff4b3f0a654f78f195744563bf6708572a9ad33 (patch) | |
tree | 4c37a5763d9e98dd8fc4561e21a86cfce437b797 /main/fribidi/APKBUILD | |
parent | f3332f4987d87194f7caa19e90573c817fabdcc4 (diff) | |
download | aports-8ff4b3f0a654f78f195744563bf6708572a9ad33.tar.bz2 aports-8ff4b3f0a654f78f195744563bf6708572a9ad33.tar.xz |
main/fribidi: force build without glib
the -dev deps will be wrong if glib unintentionally gets pulled in
Diffstat (limited to 'main/fribidi/APKBUILD')
-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 } |