Fix arm issue with clang-pie-wrapper
[termux-packages] / scripts / setup-ubuntu.sh
index d0a4e2b..3177026 100755 (executable)
@@ -1,10 +1,11 @@
 #!/bin/sh
 
 PACKAGES=""
+PACKAGES="$PACKAGES ant"                       # Used by jack and aptsigner.
 PACKAGES="$PACKAGES asciidoc"
 PACKAGES="$PACKAGES automake"
 PACKAGES="$PACKAGES bison"
-PACKAGES="$PACKAGES cmake"
+PACKAGES="$PACKAGES clang"                     # Used by golang, useful to have same compiler building.
 PACKAGES="$PACKAGES curl"                      # Used for fetching sources.
 PACKAGES="$PACKAGES flex"
 PACKAGES="$PACKAGES gettext"                   # Provides 'msgfmt' which the apt build uses.
@@ -19,6 +20,7 @@ PACKAGES="$PACKAGES libncurses5-dev"
 PACKAGES="$PACKAGES libtool-bin"
 PACKAGES="$PACKAGES lzip"
 PACKAGES="$PACKAGES nasm"                      # Used by libjpeg-turbo for x86_64.
+PACKAGES="$PACKAGES python3.6"
 PACKAGES="$PACKAGES subversion"                        # Used by the netpbm build.
 PACKAGES="$PACKAGES tar"
 PACKAGES="$PACKAGES unzip"