mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated postgresql to 9.2.3, note that it's still needs further patching to get working, marked as
broken.
This commit is contained in:
19
dev-db/postgresql/patches/postgresql-9.2.3.patch
Normal file
19
dev-db/postgresql/patches/postgresql-9.2.3.patch
Normal file
@@ -0,0 +1,19 @@
|
||||
diff -urN postgresql-9.2.3/configure.in postgresql-9.2.3-haiku/configure.in
|
||||
--- postgresql-9.2.3/configure.in
|
||||
+++ postgresql-9.2.3-haiku/configure.in
|
||||
@@ -861,7 +861,7 @@
|
||||
AC_CHECK_LIB(m, main)
|
||||
AC_SEARCH_LIBS(setproctitle, util)
|
||||
AC_SEARCH_LIBS(dlopen, dl)
|
||||
-AC_SEARCH_LIBS(socket, [socket wsock32])
|
||||
+AC_SEARCH_LIBS(socket, [socket wsock32 network])
|
||||
AC_SEARCH_LIBS(shl_load, dld)
|
||||
# We only use libld in port/dynloader/aix.c
|
||||
case $host_os in
|
||||
diff -urN postgresql-9.2.3/src/template/haiku postgresql-9.2.3-haiku/src/template/haiku
|
||||
--- postgresql-9.2.3/src/template/haiku
|
||||
+++ postgresql-9.2.3-haiku/src/template/haiku
|
||||
@@ -0,0 +1,3 @@
|
||||
+case $host_os in
|
||||
+ haiku*) ;;
|
||||
+esac
|
||||
Reference in New Issue
Block a user