#!/usr/bin/make -f # output every command that modifies files on the build system. #DH_VERBOSE = 1 DEB_BUILD_MAINT_OPTIONS =hardening=+all include /usr/share/dpkg/architecture.mk ifeq ($(DEB_HOST_ARCH_OS),hurd) DEB_CPPFLAGS_MAINT_APPEND = -DPATH_MAX=4096 endif DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk ifneq (,$(findstring diet,$(DEB_BUILD_OPTIONS))) CC =diet -v -Os gcc CFLAGS =-nostdinc -Wall CPPFLAGS = LDFLAGS = endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ --disable-fnmatch \ --disable-lineno \ --disable-glob .PHONY: override_dh_auto_configure