View | Details | Raw Unified | Return to bug 28257
Collapse All | Expand All

(-)a/llvm.spec (-1 / +6 lines)
Lines 2-8 Link Here
2
2
3
Name: llvm3.1
3
Name: llvm3.1
4
Version: 3.1
4
Version: 3.1
5
Release: alt1.1
5
Release: alt2
6
Summary: The Low Level Virtual Machine
6
Summary: The Low Level Virtual Machine
7
Group: Development/C
7
Group: Development/C
8
License: NCSA
8
License: NCSA
Lines 176-181 mv clang-%version.src tools/clang Link Here
176
sed -i 's|(PROJ_prefix)/lib|(PROJ_prefix)/%_lib/llvm|g' Makefile.config
176
sed -i 's|(PROJ_prefix)/lib|(PROJ_prefix)/%_lib/llvm|g' Makefile.config
177
# fixed LLVM_LDFLAGS
177
# fixed LLVM_LDFLAGS
178
sed -i 's|@LLVM_LDFLAGS@|-L%_libdir/llvm|' tools/llvm-config/BuildVariables.inc.in
178
sed -i 's|@LLVM_LDFLAGS@|-L%_libdir/llvm|' tools/llvm-config/BuildVariables.inc.in
179
# ALT #28257
180
sed -i 's|ActivePrefix + "/lib"|ActivePrefix + "%_libdir/llvm"|' tools/llvm-config/llvm-config.cpp
179
181
180
%make_build
182
%make_build
181
183
Lines 305-310 ln -s LLVM-Config.cmake \ Link Here
305
%endif
307
%endif
306
308
307
%changelog
309
%changelog
310
* Fri Dec 21 2012 Dmitriy Kulik <lnkvisitor@altlinux.org> 3.1-alt2
311
- Fix llvm-config --libdir (ALT #28257)
312
308
* Sat Dec 08 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.1-alt1.1
313
* Sat Dec 08 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 3.1-alt1.1
309
- Added necessary .cmake-files into %name-devel
314
- Added necessary .cmake-files into %name-devel
310
- Set conflicts with previous versions of llvm
315
- Set conflicts with previous versions of llvm

Return to bug 28257