X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7f37b95295b217f9af37087551337739aec17bc3..6dac3a7bb459c2e0a6f783c03d3a020bcf75fba9:/packages/tty-clock/build.sh diff --git a/packages/tty-clock/build.sh b/packages/tty-clock/build.sh index a8cad8f0..dca56822 100644 --- a/packages/tty-clock/build.sh +++ b/packages/tty-clock/build.sh @@ -5,9 +5,3 @@ TERMUX_PKG_SRCURL=https://github.com/xorg62/tty-clock/archive/v${TERMUX_PKG_VERS TERMUX_PKG_FOLDERNAME=tty-clock-${TERMUX_PKG_VERSION} TERMUX_PKG_DEPENDS="ncurses" TERMUX_PKG_BUILD_IN_SRC=yes - -termux_step_post_configure() { - LDFLAGS+=" -lncurses" - CFLAGS+=" $CPPFLAGS" -} -