llvm: fix symlink

This commit is contained in:
Thomas Penteker 2014-05-13 13:07:03 +02:00
parent 8ad93d2eda
commit 3c6d6f788b

View File

@ -14,11 +14,11 @@ build() {
cd $name-$version.src
# enable enable-shard and the R600 target for mesa3d
# 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 \
--mandir=/usr/man
--enable-targets=x86,x86_64 \
--enable-shared --enable-experimental-targets=R600 \
--mandir=/usr/man
make $MAKEFLAGS
make DESTDIR=$PKG install