Remove --disable-exec-static-tramp option for other archs, too

This commit is contained in:
Thomas Trepl 2023-02-04 07:41:32 +01:00
parent 607ca5a486
commit 9831431078

View File

@ -114,8 +114,7 @@
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib32 \ --libdir=/usr/lib32 \
--disable-static \ --disable-static \
--with-gcc-arch=i686 \ --with-gcc-arch=i686</userinput></screen>
--disable-exec-static-tramp</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>
@ -151,8 +150,7 @@ rm -rf DESTDIR</userinput></screen>
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/libx32 \ --libdir=/usr/libx32 \
--disable-static \ --disable-static \
--with-gcc-arch=x86_64 \ --with-gcc-arch=x86_64</userinput></screen>
--disable-exec-static-tramp</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>