remove hack with guile and arm
This commit is contained in:
parent
c21c2db79d
commit
b829d4eddb
@ -158,9 +158,6 @@ export LDFLAGS="-Wl,--no-add-needed"
|
|||||||
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
|
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
|
||||||
%if %{with guile}
|
%if %{with guile}
|
||||||
--enable-guile \
|
--enable-guile \
|
||||||
%ifarch %{arm}
|
|
||||||
--disable-largefile \
|
|
||||||
%endif
|
|
||||||
%else
|
%else
|
||||||
--disable-guile \
|
--disable-guile \
|
||||||
%endif
|
%endif
|
||||||
@ -171,8 +168,6 @@ export LDFLAGS="-Wl,--no-add-needed"
|
|||||||
--disable-dane \
|
--disable-dane \
|
||||||
%endif
|
%endif
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
# Note that the arm hack above is not quite right and the proper thing would
|
|
||||||
# be to compile guile with largefile support.
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user