View | Details | Raw Unified | Return to bug 164796
Collapse All | Expand All

(-)postgresql91-server/files/patch-configure (-3 / +12 lines)
Lines 1-6 Link Here
1
--- configure.orig	2011-07-08 08:12:33.000000000 +0800
1
--- configure.orig	2011-12-01 22:47:20.000000000 +0100
2
+++ configure	2011-09-12 15:47:13.056511624 +0800
2
+++ configure	2012-02-04 17:38:17.856478421 +0100
3
@@ -7283,7 +7283,7 @@
3
@@ -7288,7 +7288,7 @@
4
   { $as_echo "$as_me:$LINENO: result: yes" >&5
4
   { $as_echo "$as_me:$LINENO: result: yes" >&5
5
 $as_echo "yes" >&6; }
5
 $as_echo "yes" >&6; }
6
   case $host_os in
6
   case $host_os in
Lines 9-11 Link Here
9
     { { $as_echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5
9
     { { $as_echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5
10
 $as_echo "$as_me: error: threaded Python not supported on this platform" >&2;}
10
 $as_echo "$as_me: error: threaded Python not supported on this platform" >&2;}
11
    { (exit 1); exit 1; }; }
11
    { (exit 1); exit 1; }; }
12
@@ -29641,7 +29641,7 @@
13
 ac_config_files="$ac_config_files GNUmakefile src/Makefile.global"
14
 
15
 
16
-ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/dynloader/${template}.c src/backend/port/pg_sema.c:${SEMA_IMPLEMENTATION} src/backend/port/pg_shmem.c:${SHMEM_IMPLEMENTATION} src/backend/port/pg_latch.c:${LATCH_IMPLEMENTATION} src/include/dynloader.h:src/backend/port/dynloader/${template}.h src/include/pg_config_os.h:src/include/port/${template}.h src/Makefile.port:src/makefiles/Makefile.${template}"
17
+ac_config_links="$ac_config_links src/backend/port/dynloader.c:src/backend/port/dynloader/${template}.c src/backend/port/pg_sema.c:${SEMA_IMPLEMENTATION} src/backend/port/pg_shmem.c:${SHMEM_IMPLEMENTATION} src/backend/port/pg_latch.c:${LATCH_IMPLEMENTATION} src/include/dynloader.h:src/backend/port/dynloader/${template}.h src/include/pg_config_os.h:src/include/port/${template}.h src/Makefile.port:src/makefiles/Makefile.${template} src/include/utils/errcodes.h:src/backend/utils/errcodes.h"
18
 
19
 
20
 if test "$PORTNAME" = "win32"; then

Return to bug 164796