mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
postgresql: update to version 17.4
See project release notes for more details: https://www.postgresql.org/docs/17/release-17-4.html https://www.postgresql.org/docs/17/release-17-3.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=postgresql
|
PKG_NAME:=postgresql
|
||||||
PKG_VERSION:=17.2
|
PKG_VERSION:=17.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=PostgreSQL
|
PKG_LICENSE:=PostgreSQL
|
||||||
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\
|
|||||||
http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
|
http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \
|
||||||
ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION)
|
ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_HASH:=82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164
|
PKG_HASH:=c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7
|
||||||
|
|
||||||
PKG_BUILD_FLAGS:=no-mips16
|
PKG_BUILD_FLAGS:=no-mips16
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
--- 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.
|
|
||||||
#
|
|
||||||
Reference in New Issue
Block a user