diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:42:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:42:46 +0000 |
commit | 4ad11a8b0e3af10d30e7c297428200f01321a86f (patch) | |
tree | 8b89b3a5b4ff6e5e50b966d92e92108ec63bc221 /debian/rules | |
parent | Updating vcs fields. (diff) | |
download | coreutils-4ad11a8b0e3af10d30e7c297428200f01321a86f.tar.xz coreutils-4ad11a8b0e3af10d30e7c297428200f01321a86f.zip |
Building all functions with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ddb98cb..f773a42 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ BIN_PROGS = cat chgrp chmod chown cp date dd df dir echo false ln ls mkdir \ d=debian/coreutils override_dh_auto_configure: - dh_auto_configure -- --enable-install-program=arch + dh_auto_configure -- --enable-install-program=arch --with-openssl=yes %: dh $@ --with autoreconf |