Remove obsolete --enable-nss and fix a typo in largefile_flags variable name
This was reported in bug #890584
This commit is contained in:
parent
7c253a2971
commit
ac15bc2722
@ -168,7 +168,7 @@ fi
|
|||||||
%define largefile_flags --disable-largefile
|
%define largefile_flags --disable-largefile
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define ssl_flags --enable-nss=yes --enable-smime=yes
|
%define ssl_flags --enable-smime=yes
|
||||||
|
|
||||||
if ! pkg-config --exists nss; then
|
if ! pkg-config --exists nss; then
|
||||||
echo "Unable to find suitable version of nss to use!"
|
echo "Unable to find suitable version of nss to use!"
|
||||||
@ -198,7 +198,7 @@ autoconf
|
|||||||
--enable-introspection=yes \
|
--enable-introspection=yes \
|
||||||
--enable-vala-bindings \
|
--enable-vala-bindings \
|
||||||
%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
|
%ldap_flags %krb5_flags %nntp_flags %ssl_flags \
|
||||||
%largetfile_flags
|
%largefile_flags
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
|
|
||||||
# Do not build in parallel. The libedata-book and libedata-cal directories
|
# Do not build in parallel. The libedata-book and libedata-cal directories
|
||||||
|
Loading…
Reference in New Issue
Block a user