mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00: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
8511e62ff0
commit
6ae54e4075
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