diff options
author | Niels Thykier <niels@thykier.net> | 2017-07-10 20:48:36 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-07-10 20:48:36 +0000 |
commit | e9bedc833d8249f0f3f2b97b3f91c92eda0a21db (patch) | |
tree | 8bf15d2f025c18e226e3d00073891f005efc05d1 /dh | |
parent | 822c58949f2af7087541968810000fe57448a941 (diff) | |
download | debhelper-e9bedc833d8249f0f3f2b97b3f91c92eda0a21db.tar.gz |
dh: --with=build-stamp is a c10+ thing
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -296,8 +296,8 @@ if (not compat(9, 1)) { unshift(@ARGV, "--with=autoreconf"); # Enable systemd support by default in compat 10 or later. unshift(@ARGV, "--with=systemd"); + unshift(@ARGV, "--with=build-stamp"); } -unshift(@ARGV, "--with=build-stamp"); inhibit_log(); |