mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 08:53:32 +00:00
fix the coinstall issue. See #1041388°
This commit is contained in:
parent
01437f41ce
commit
c65bc5ef4f
5
debian/rules
vendored
5
debian/rules
vendored
@ -1038,6 +1038,11 @@ ifeq (${LIBFUZZER_ENABLE},yes)
|
|||||||
cp -v $(TARGET_BUILD)/libFuzzer.a $(CURDIR)/debian/libfuzzer-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/
|
cp -v $(TARGET_BUILD)/libFuzzer.a $(CURDIR)/debian/libfuzzer-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Because of hurd, we are more flexible in what we include in libclang-X.Y-rt
|
||||||
|
# but we don't want to install wasi files into libclang-rt as they have their own package
|
||||||
|
# So, we remove this directory from the package
|
||||||
|
rm -f $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/wasi/
|
||||||
|
|
||||||
# Create this fake directory to make the install libclang-common-dev happy
|
# Create this fake directory to make the install libclang-common-dev happy
|
||||||
# under the unsupported archs of compiler-rt
|
# under the unsupported archs of compiler-rt
|
||||||
mkdir -p $(DEB_INST)/usr/lib/clang/$(LLVM_VERSION)/lib
|
mkdir -p $(DEB_INST)/usr/lib/clang/$(LLVM_VERSION)/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user