diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:31:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:31:23 +0000 |
commit | 0d707535134d076e4074fc42997746f6bded1660 (patch) | |
tree | 629e636f10bbaaeea3603f6d9e02c0c4fad61211 /scripts/t | |
parent | Releasing progress-linux version 1.22.7-0.0~progress7.99u1. (diff) | |
download | dpkg-0d707535134d076e4074fc42997746f6bded1660.tar.xz dpkg-0d707535134d076e4074fc42997746f6bded1660.zip |
Merging upstream version 1.22.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/t')
-rw-r--r-- | scripts/t/mk/buildflags.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/t/mk/buildflags.mk b/scripts/t/mk/buildflags.mk index 74ccac0..bc7e6a8 100644 --- a/scripts/t/mk/buildflags.mk +++ b/scripts/t/mk/buildflags.mk @@ -10,6 +10,10 @@ TEST_CXXFLAGS := set-host DEB_CXXFLAGS_FOR_BUILD_MAINT_SET := set-build TEST_CXXFLAGS_FOR_BUILD := set-build +DEB_CFLAGS_MAINT_APPEND = -DTEST_MAKE_EXPANSION=$(expanded_on_demand) +expanded_on_demand := contents +TEST_CFLAGS += -DTEST_MAKE_EXPANSION=contents + DPKG_EXPORT_BUILDFLAGS := 1 include $(srcdir)/mk/buildflags.mk |