mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Update PostgreSQL to new (major) version 17.2 See https://www.postgresql.org/docs/release/17.2/ for more details. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
18 lines
668 B
Diff
18 lines
668 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2137,10 +2137,10 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
|
|
# First check if __crc32c* intrinsics can be used with the default compiler
|
|
# flags. If not, check if adding -march=armv8-a+crc flag helps.
|
|
# CFLAGS_CRC is set if the extra flag is required.
|
|
-PGAC_ARMV8_CRC32C_INTRINSICS([])
|
|
-if test x"$pgac_armv8_crc32c_intrinsics" != x"yes"; then
|
|
- PGAC_ARMV8_CRC32C_INTRINSICS([-march=armv8-a+crc])
|
|
-fi
|
|
+#PGAC_ARMV8_CRC32C_INTRINSICS([])
|
|
+#if test x"$pgac_armv8_crc32c_intrinsics" != x"yes"; then
|
|
+# PGAC_ARMV8_CRC32C_INTRINSICS([-march=armv8-a+crc])
|
|
+#fi
|
|
|
|
# Check for LoongArch CRC intrinsics to do CRC calculations.
|
|
#
|