X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/e75e5879c0e8d232a2e8f045685beeb8c965aba4..1ba0302352b320108b3ca23130ceca1d46f0a999:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index db59d2898..c8e7cb285 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ confflags += --with-procs=$(PARALLEL) # See below -include build/environment.mak -ifneq (,$(shell command -v dpkg-buildflags)) +ifneq (,$(shell which dpkg-buildflags)) # make does not export to $(shell) so we need to workaround # (http://savannah.gnu.org/bugs/?10593) dpkg_buildflags = DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildflags