[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#976875: elfutils: build profile pkg.elfutils.nodebuginfod broken



Source: elfutils
Version: 0.180-1
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

The pkg.elfutils.nodebuginfod build profile broke with the introduction
of libdebuginfod. I suggest also covering the library with the profile.
Please consider applying the attached patch to that end.

Helmut
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,7 @@
 	./configure $(confflags) --prefix=/usr \
 		--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
 		--program-prefix=eu- --disable-silent-rules \
+		--$(if $(filter pkg.elfutils.nodebuginfod,$(DEB_BUILD_PROFILES)),dis,en)able-libdebuginfod \
 		--$(if $(filter pkg.elfutils.nodebuginfod,$(DEB_BUILD_PROFILES)),dis,en)able-debuginfod

 build: build-stamp

Reply to: