diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:00:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:00:07 +0000 |
commit | d2e58536c8713f14226abb74e68b375a886d61ad (patch) | |
tree | a1837580857f3717334e8918f15affcdcd685c6e /debian/rules | |
parent | Updating vcs fields. (diff) | |
download | coreutils-d2e58536c8713f14226abb74e68b375a886d61ad.tar.xz coreutils-d2e58536c8713f14226abb74e68b375a886d61ad.zip |
Building all functions with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3e14f8e..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 --with-openssl=auto-gpl-compat + dh_auto_configure -- --enable-install-program=arch --with-openssl=yes %: dh $@ --with autoreconf |