llvm: configure mandir

This commit is contained in:
Thomas Penteker 2014-05-13 10:53:59 +02:00
parent f40566b49c
commit 16170bc34c

View File

@ -20,7 +20,8 @@ build() {
# enable enable-shard and the R600 target for mesa3d
./configure --prefix=/usr --without-oprofile --enable-cxx11 \
--enable-targets=x86,x86_64 \
--enable-shared --enable-experimental-targets=R600
--enable-shared --enable-experimental-targets=R600 \
--mandir=/usr/man
make $MAKEFLAGS
make DESTDIR=$PKG install