diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-19 01:25:30 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-19 01:25:30 +1100 |
commit | 1329eb6e2ae266133558e4ca3da0393f868e49b2 (patch) | |
tree | 8c58ac62af3a8f00f6ff0d9dda9612559f070053 /nettle-32 | |
parent | 997291d7026d89181f5acdc6a97eeaae38bd0a56 (diff) | |
download | compat-32-1329eb6e2ae266133558e4ca3da0393f868e49b2.tar.gz compat-32-1329eb6e2ae266133558e4ca3da0393f868e49b2.tar.xz |
nettle-32: disable documentation
Diffstat (limited to 'nettle-32')
-rw-r--r-- | nettle-32/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nettle-32/Pkgfile b/nettle-32/Pkgfile index b659adc9..9beffc6d 100644 --- a/nettle-32/Pkgfile +++ b/nettle-32/Pkgfile @@ -13,7 +13,8 @@ build() { ./configure \ --prefix=/usr \ - --libdir=/usr/lib32 + --libdir=/usr/lib32 \ + --disable-documentation make make check |