Skip to content

Commit

Permalink
don't recompile again
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Maxython committed Jan 16, 2024
1 parent ffce97e commit b1ee5b7
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion gpkg/ca-certificates/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ termux_step_make_install() {
ln -sfr ${TERMUX_PREFIX}/etc/ca-certificates/cacert.pem ${TERMUX_PREFIX}/etc/ssl/certs/ca-certificates.crt
ln -sfr ${TERMUX_PREFIX}/etc/ca-certificates/cacert.pem ${TERMUX_PREFIX}/etc/ssl/certs/ca-bundle.crt
}

1 change: 0 additions & 1 deletion gpkg/e2fsprogs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ termux_step_make_install() {
"$TERMUX_PKG_SRCDIR"/misc/mke2fs.conf.in \
"$TERMUX_PREFIX"/etc/mke2fs.conf
}

1 change: 0 additions & 1 deletion gpkg/krb5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ termux_step_post_make_install() {
install -dm 700 $TERMUX_PREFIX/share/aclocal
install -m 600 $TERMUX_PKG_SRCDIR/util/ac_check_krb5.m4 $TERMUX_PREFIX/share/aclocal
}

1 change: 0 additions & 1 deletion gpkg/libevent/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DEVENT__LIBRARY_TYPE=SHARED
-DEVENT__DISABLE_REGRESS=OFF
"

1 change: 0 additions & 1 deletion gpkg/libexpat/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ TERMUX_PKG_SRCURL=https://github.com/libexpat/libexpat/releases/download/R_${TER
TERMUX_PKG_SHA256=6f0e6e01f7b30025fa05c85fdad1e5d0ec7fd35d9f61b22f34998de11969ff67
TERMUX_PKG_DEPENDS="glibc, gcc-libs-glibc"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-docbook"

1 change: 0 additions & 1 deletion gpkg/libnsl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ TERMUX_PKG_DEPENDS="libtirpc-glibc"
termux_step_pre_configure() {
autoreconf -fiv
}

1 change: 0 additions & 1 deletion gpkg/libssh2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://www.libssh2.org/download/libssh2-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
TERMUX_PKG_DEPENDS="openssl-glibc, zlib-glibc"

1 change: 0 additions & 1 deletion gpkg/libtirpc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ TERMUX_PKG_VERSION=1.3.4
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=1e0b0c7231c5fa122e06c0609a76723664d068b0dba3b8219b63e6340b347860
TERMUX_PKG_DEPENDS="krb5-glibc"

1 change: 0 additions & 1 deletion gpkg/libverto/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--without-libev
--without-glib
"

1 change: 0 additions & 1 deletion gpkg/openssl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ termux_step_make_install() {
make MANDIR=$TERMUX_PREFIX/share/man MANSUFFIX=ssl install_sw install_ssldirs install_man_docs
ln -s $TERMUX_PREFIX_CLASSICAL/etc/resolv.conf $TERMUX_PREFIX/etc
}

0 comments on commit b1ee5b7

Please sign in to comment.