Codebase list libvirt / 9b52c21
Added dpkg-buildflags support dpkg-buildflags is normally used for hardening but can also be used to inject other set of build options (handy for whole distro rebuilds). Also builds without any optimizations can be done in an easier way (via DEB_BUILD_OPTIONS=noopt envvar). Marcin Juszkiewicz authored 5 years ago Guido Günther committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
153153 dh $@ --builddirectory=$(DEB_BUILDDIR) --parallel --with autoreconf --with systemd
154154
155155 override_dh_auto_configure:
156 dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS)
156 dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_ARGS) $(shell dpkg-buildflags --export=configure)
157157 mkdir -p debian/build/docs/internals
158158
159159 override_dh_auto_test: