Files
termux-packages/packages/racket/bc-configure.patch
termux-pacman-bot e1ddc09866 racket: Add missing patches
Follow-up of commit ede8de9548c3a2543e978f7d95b2f72b05c2476c.
2022-09-22 00:41:52 +00:00

12 lines
341 B
Diff

--- a/src/bc/configure
+++ b/src/bc/configure
@@ -5019,7 +5019,7 @@
fi
;;
linux*)
- LIBS="$LIBS -ldl -lm -lrt -rdynamic"
+ LIBS="$LIBS -ldl -lm -rdynamic"
DYN_CFLAGS="-fPIC"
curses_portable_link="/usr/lib/${host_cpu}-${host_os}/libncurses.a /usr/lib/${host_cpu}-${host_os}/libtermcap.a"
case "$host_cpu" in