Skip to content
Snippets Groups Projects
Commit abf5e6ec authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

build-wget: Added CFLAGS with -m32 option to force a 32-bit wget compilation

parent f2d575a8
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,8 @@ tar xvvf wget.tar.gz &> /dev/null || \ ...@@ -56,8 +56,8 @@ tar xvvf wget.tar.gz &> /dev/null || \
# Configure and compile # Configure and compile
cd wget-* cd wget-*
./configure --without-ssl --disable-opie --disable-digest --disable-ntlm \ CFLAGS=-m32 ./configure --without-ssl --disable-opie --disable-digest \
--disable-debug --disable-nls --disable-largefile \ --disable-ntlm --disable-debug --disable-nls --disable-largefile \
--disable-ipv6 --disable-rpath --disable-iri || \ --disable-ipv6 --disable-rpath --disable-iri || \
(printf "ERROR (4): Failed to configure wget. Aborting...\n" && exit 4) (printf "ERROR (4): Failed to configure wget. Aborting...\n" && exit 4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment