We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d438dac commit aaeaa5eCopy full SHA for aaeaa5e
debian/package-notes.mk
@@ -2,8 +2,10 @@
2
# Include from debian/rules to use with dh_package_notes.
3
# See dh_package_notes(1) for details
4
5
-# llvm does not support spec files
+# llvm does not support spec files. Check for Meson-specific env vars too.
6
ifeq ( ,$(filter lld, $(LD)))
7
+ifeq ( ,$(filter lld, $(CC_LD)))
8
+ifeq ( ,$(filter lld, $(CXX_LD)))
9
# Ubuntu implemented this in dpkg-buildpackage, make this a no-op to avoid duplication
10
include /usr/share/dpkg/vendor.mk
11
ifneq ($(DEB_VENDOR),Ubuntu)
@@ -20,4 +22,6 @@ export DEB_LDFLAGS_MAINT_APPEND+= -specs=/usr/share/debhelper/dh_package_notes/d
20
22
endif
21
23
24
25
+endif
26
27
0 commit comments