mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 21:33:44 +00:00
Add back -DLLVM_VERSION_SUFFIX=. Useless for 13 but necessary for snapshot Otherwise, it adds "git" to the libs
This commit is contained in:
parent
83e6a6baf0
commit
66767e15bb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-13 (1:13.0.0-10) unstable; urgency=medium
|
||||
|
||||
* Add back -DLLVM_VERSION_SUFFIX=. Useless for 13 but necessary for snapshot
|
||||
Otherwise, it adds "git" to the libs
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 11 Nov 2021 22:45:25 +0100
|
||||
|
||||
llvm-toolchain-13 (1:13.0.0-9) unstable; urgency=medium
|
||||
|
||||
* Upload to unstable (all green on exp)
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -478,6 +478,7 @@ override_dh_auto_configure: preconfigure
|
||||
$(PRE_PROCESS_CONF) $(CMAKE_BIN) -S llvm/ -B $(TARGET_BUILD) \
|
||||
-G $(GENERATOR) \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr/lib/llvm-$(LLVM_VERSION) \
|
||||
-DLLVM_VERSION_SUFFIX= \
|
||||
-DCMAKE_SUPPRESS_REGENERATION=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_C_FLAGS="$(STAGE_1_CFLAGS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user