|
@@ -15,7 +15,7 @@ dpkg_buildflags = \
|
|
|
$(if $(call cc_version_lt,4.9),$(hardening_old)) \
|
|
$(if $(call cc_version_lt,4.9),$(hardening_old)) \
|
|
|
DEB_CFLAGS_MAINT_APPEND="$(WFLAGS)" \
|
|
DEB_CFLAGS_MAINT_APPEND="$(WFLAGS)" \
|
|
|
DEB_CXXFLAGS_MAINT_APPEND="$(WFLAGS)" \
|
|
DEB_CXXFLAGS_MAINT_APPEND="$(WFLAGS)" \
|
|
|
- $(CURDIR)/run-script perl $(CURDIR)/scripts/dpkg-buildflags.pl
|
|
|
|
|
|
|
+ $(CURDIR)/run-script perl scripts/dpkg-buildflags.pl
|
|
|
|
|
|
|
|
# These are used for cross-compiling and for saving the configure script
|
|
# These are used for cross-compiling and for saving the configure script
|
|
|
# from having to guess our platform (since we know it already)
|
|
# from having to guess our platform (since we know it already)
|