Adapt for RISC-V

Signed-off-by: whoisxxx <zhangxuzhou4@huawei.com>
This commit is contained in:
whoisxxx 2020-06-01 19:52:47 +08:00
parent f570fc4a2f
commit 5731e07797

View File

@ -319,7 +319,10 @@ fi
--enable-vendor-patchlevel="FC-7.8p1-3" \ --enable-vendor-patchlevel="FC-7.8p1-3" \
--without-zlib-version-check --with-ssl-engine --with-ipaddr-display \ --without-zlib-version-check --with-ssl-engine --with-ipaddr-display \
--with-pie=no --without-hardening --with-systemd --with-default-pkcs11-provider=yes \ --with-pie=no --without-hardening --with-systemd --with-default-pkcs11-provider=yes \
--with-ldap --with-pam --with-selinux --with-audit=linux --with-sandbox=seccomp_filter \ --with-ldap --with-pam --with-selinux --with-audit=linux \
%ifnarch riscv64
--with-sandbox=seccomp_filter \
%endif
--with-kerberos5${krb5_prefix:+=${krb5_prefix}} --with-libedit --with-kerberos5${krb5_prefix:+=${krb5_prefix}} --with-libedit
make make