diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-28 22:02:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-28 22:02:13 +0300 |
commit | 464ceef5e8f04d34a3b0503f2aef84bef88add3a (patch) | |
tree | 9228584a58b2b511ec1f6ed8a902b86b7b0c928d | |
parent | 2d8ec0b190e36cda5f488407574248070d4d4f45 (diff) | |
download | repository-464ceef5e8f04d34a3b0503f2aef84bef88add3a.tar.gz |
fontconfig: enable static libraries
-rwxr-xr-x | xorg/fontconfig/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg/fontconfig/build b/xorg/fontconfig/build index 491646f4..5a99d1d1 100755 --- a/xorg/fontconfig/build +++ b/xorg/fontconfig/build @@ -4,6 +4,7 @@ --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ + --enable-static \ --with-xmldir=/etc/fonts make |