Skip to content

Commit

Permalink
fontconfig: add --disable-docs to configure (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
js947 authored and tgamblin committed Sep 6, 2016
1 parent f0192ed commit 26d45bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion var/spack/repos/builtin/packages/fontconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ class Fontconfig(Package):
depends_on('libxml2')

def install(self, spec, prefix):
configure("--prefix=%s" % prefix, "--enable-libxml2")
configure("--prefix=%s" % prefix,
"--enable-libxml2",
"--disable-docs")

make()
make("install")

0 comments on commit 26d45bc

Please sign in to comment.