0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-23 13:42:29 +00:00
Files
termux-packages/packages/rhash/configure.patch
2023-07-15 19:21:23 +08:00

22 lines
608 B
Diff

--- ./configure 2021-07-15 02:25:34.000000000 +0530
+++ ./configure.mod 2021-07-25 17:40:51.831883002 +0530
@@ -239,8 +239,7 @@
BUILD_EXTRA_LDFLAGS="$BUILD_EXTRA_LDFLAGS $(get_opt_value $OPT)"
;;
*)
- echo "unknown option $OPT"
- exit 1
+ echo "WARNING: unknown option $OPT"
;;
esac
shift
@@ -487,7 +486,7 @@
# Checking CC version...
# Intel C++ Compilers (no autoselect, use CC=/some/binary ./configure)
-cc_vendor=
+cc_vendor=clang
if test "$(basename $CC)" = "icc" || test "$(basename $CC)" = "ecc"; then
start_check "$CC version"
cc_vendor=intel