|
@@ -5,6 +5,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
# HOWMANY is the number of bytes looked at by file
|
|
# HOWMANY is the number of bytes looked at by file
|
|
|
CFLAGS += -DHOWMANY=0x18000
|
|
CFLAGS += -DHOWMANY=0x18000
|
|
|
|
|
|
|
|
|
|
+# Unless cross-building, use the just-built file binary in the various
|
|
|
|
|
+# debhelper programs. See #948619
|
|
|
ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
|
|
ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
|
|
|
export PATH := $(CURDIR)/debian/run-file:$(PATH)
|
|
export PATH := $(CURDIR)/debian/run-file:$(PATH)
|
|
|
export CURDIR
|
|
export CURDIR
|