ALT Linux Bugzilla
– Attachment 5679 Details for
Bug 28257
Wrong libdir path
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
libdir path
llvm-config.patch (text/plain), 972 bytes, created by
Dmitriy Kulik
on 2012-12-22 15:03:40 MSK
(
hide
)
Description:
libdir path
Filename:
MIME Type:
Creator:
Dmitriy Kulik
Created:
2012-12-22 15:03:40 MSK
Size:
972 bytes
patch
obsolete
>diff --git a/llvm.spec b/llvm.spec >index c4c4592..131772f 100644 >--- a/llvm.spec >+++ b/llvm.spec >@@ -2,7 +2,7 @@ > > Name: llvm3.1 > Version: 3.1 >-Release: alt1.1 >+Release: alt2 > Summary: The Low Level Virtual Machine > Group: Development/C > License: NCSA >@@ -176,6 +176,8 @@ mv clang-%version.src tools/clang > sed -i 's|(PROJ_prefix)/lib|(PROJ_prefix)/%_lib/llvm|g' Makefile.config > # fixed LLVM_LDFLAGS > sed -i 's|@LLVM_LDFLAGS@|-L%_libdir/llvm|' tools/llvm-config/BuildVariables.inc.in >+# ALT #28257 >+sed -i 's|ActivePrefix + "/lib"|ActivePrefix + "/%_lib/llvm"|' tools/llvm-config/llvm-config.cpp > > %make_build > >@@ -305,6 +307,9 @@ ln -s LLVM-Config.cmake \ > %endif > > %changelog >+* Fri Dec 21 2012 Dmitriy Kulik <lnkvisitor@altlinux.org> 3.1-alt2 >+- Fix llvm-config --libdir (ALT #28257) >+ > * Sat Dec 08 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.1-alt1.1 > - Added necessary .cmake-files into %name-devel > - Set conflicts with previous versions of llvm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28257
:
5678
| 5679