SHA256
1
0
forked from pool/llvm

Accepting request 143891 from home:marc_schuetz:branches:devel:tools:compiler

Fix llvm-config --libdir to return /usr/lib64 where appropriate.
The old method of using sed on the executable does no longer
work, because llvm-config is now a binary.

OBS-URL: https://build.opensuse.org/request/show/143891
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=184
This commit is contained in:
Ismail Dönmez
2012-12-03 13:52:22 +00:00
committed by Git OBS Bridge
parent 5585ed3a17
commit 13365d03e2
3 changed files with 46 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 3 13:32:14 UTC 2012 - schuetzm@gmx.net
- Fix llvm-config --libdir to return /usr/lib64 where appropriate.
The old method of using sed on the executable does no longer
work, because llvm-config is now a binary.
-------------------------------------------------------------------
Fri Nov 30 07:27:46 UTC 2012 - idonmez@suse.com