mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
postgresql: update to 9.4.1
- supports arm64/aarch64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
This commit is contained in:
committed by
Daniel Golle
parent
61d0f260f3
commit
4ab5dc95a6
11
libs/postgresql/patches/001-configure_fixes.patch
Normal file
11
libs/postgresql/patches/001-configure_fixes.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -25,7 +25,7 @@ recommended. You can remove the check f
|
||||
your responsibility whether the result works or not.])])
|
||||
AC_COPYRIGHT([Copyright (c) 1996-2014, PostgreSQL Global Development Group])
|
||||
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
|
||||
-AC_CONFIG_AUX_DIR(config)
|
||||
+AC_CONFIG_AUX_DIR([config])
|
||||
AC_PREFIX_DEFAULT(/usr/local/pgsql)
|
||||
AC_SUBST(configure_args, [$ac_configure_args])
|
||||
|
||||
Reference in New Issue
Block a user