SHA256
1
0
forked from pool/llvm

- Remove unused chrpath dependency

- Re-enable ARCMT since libclang depends on it

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=267
This commit is contained in:
Ismail Dönmez 2013-08-28 10:58:33 +00:00 committed by Git OBS Bridge
parent 70230e3a00
commit 31c89f1405
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 28 10:57:32 UTC 2013 - idonmez@suse.com
- Remove unused chrpath dependency
- Re-enable ARCMT since libclang depends on it
-------------------------------------------------------------------
Mon Aug 26 07:23:57 UTC 2013 - schwab@suse.de

View File

@ -62,7 +62,6 @@ BuildRequires: cmake
BuildRequires: binutils-devel >= 2.21.90
%endif
BuildRequires: bison
BuildRequires: chrpath
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: gcc
@ -274,7 +273,6 @@ cmake -G "Unix Makefiles" \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=%{_experimental_archs} \
%endif
-DLLVM_BUILD_TESTS=OFF \
-DCLANG_ENABLE_ARCMT=OFF \
..
make %{?_smp_mflags} VERBOSE=1