Skip to content

Commit

Permalink
Remove check on libs
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Nov 7, 2022
1 parent a40419f commit ec66b35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tarball-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ if [ $? -ne 0 ]; then exit; fi
# A client does not need the OpenSSL library.
sed -i.bak '/OPENSSL/d' configure.ac
if [ $? -ne 0 ]; then exit; fi
# A client does not need html tidiers.
sed -i.bak '/GUMBO/d' configure.ac
if [ $? -ne 0 ]; then exit; fi
sed -i.bak '/TIDY/d' configure.ac
if [ $? -ne 0 ]; then exit; fi


echo Do not build the unit tests and the generator
Expand Down

0 comments on commit ec66b35

Please sign in to comment.