llvm: don't delete LLVMHello.
This breaks the .cmake file else.
This commit is contained in:
parent
0c8a982651
commit
6995421e24
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'llvm'
|
# Template file for 'llvm'
|
||||||
pkgname=llvm
|
pkgname=llvm
|
||||||
version=3.8.0
|
version=3.8.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="llvm-${version}.src"
|
wrksrc="llvm-${version}.src"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -141,9 +141,6 @@ do_install() {
|
||||||
# Fix permissions of static libs
|
# Fix permissions of static libs
|
||||||
chmod -x ${DESTDIR}/usr/lib/*.a
|
chmod -x ${DESTDIR}/usr/lib/*.a
|
||||||
|
|
||||||
# Get rid of example Hello transformation
|
|
||||||
rm ${DESTDIR}/usr/lib/*LLVMHello.*
|
|
||||||
|
|
||||||
# Required for multilib.
|
# Required for multilib.
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
for _header in llvm-config; do
|
for _header in llvm-config; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue