summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-09-26 15:03:54 -0700
committerGitHub <noreply@github.com>2022-09-26 15:03:54 -0700
commitfe11f9da5c73581c0e1b01cc59031995b8254f96 (patch)
tree0fc484f132a63ab9d2a1286a1d313172a72e3574
parent543ba0f15d340b97f30782308cec424a6738fec3 (diff)
downloadopen-iscsi-fe11f9da5c73581c0e1b01cc59031995b8254f96.tar.gz
meson: remove unused 'source_date_epoch' option (#372)
Use env. variable KBUILD_BUILD_TIMESTAMP to acheive reproducable builds.
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b76f044..07fd7c0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,8 +3,6 @@ option('systemddir', type: 'string', value: '/usr/lib/systemd',
description: 'Systemd directory [/usr/lib/systemd], if systemd used')
option('no_systemd', type: 'boolean', value: false,
description: 'Do not use systemd')
-option('source_date_epoch', type: 'string', value: 'NONE',
- description: 'Set the Build Source Date (for iscsiuio), for repeatable builds')
# these are in the 'sysconfigdir' (/etc by default) unless overridden
option('homedir', type: 'string', value: 'iscsi',
description: 'Set the HOME directory [/etc/iscsi]')