summaryrefslogtreecommitdiff
blob: e50f94adaaadd1d99ec195462e4cf89f52a2ada3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
diff -Nru postgresql-7.4.14.orig/configure postgresql-7.4.14/configure
--- postgresql-7.4.14.orig/configure	2006-11-05 13:20:18.000000000 +0100
+++ postgresql-7.4.14/configure	2006-11-05 15:48:27.000000000 +0100
@@ -6003,7 +6003,7 @@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   pgac_cv_check_readline=no
-for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
+for pgac_lib in "" " -lncurses" " -lcurses" ; do
   for pgac_rllib in -lreadline -ledit ; do
     pgac_save_LIBS=$LIBS
     LIBS="${pgac_rllib}${pgac_lib} $LIBS"
diff -Nru postgresql-7.4.14.orig/src/bin/Makefile postgresql-7.4.14/src/bin/Makefile
--- postgresql-7.4.14.orig/src/bin/Makefile	2006-11-05 13:20:18.000000000 +0100
+++ postgresql-7.4.14/src/bin/Makefile	2006-11-05 15:49:06.000000000 +0100
@@ -14,7 +14,7 @@
 include $(top_builddir)/src/Makefile.global
 
 DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id \
-	psql scripts pg_config pg_controldata pg_resetxlog \
+	psql scripts pg_controldata pg_resetxlog \
 	pg_encoding
 
 ifeq ($(with_tcl), yes)
diff -Nru postgresql-7.4.14.orig/src/interfaces/Makefile postgresql-7.4.14/src/interfaces/Makefile
--- postgresql-7.4.14.orig/src/interfaces/Makefile	2006-11-05 13:20:18.000000000 +0100
+++ postgresql-7.4.14/src/interfaces/Makefile	2006-11-05 15:48:27.000000000 +0100
@@ -12,7 +12,7 @@
 top_builddir = ../..
 include $(top_builddir)/src/Makefile.global
 
-DIRS := libpq ecpg 
+DIRS := ecpg 
 
 ALLDIRS := $(DIRS) libpgtcl jdbc
 
diff -Nru postgresql-7.4.14.orig/src/Makefile postgresql-7.4.14/src/Makefile
--- postgresql-7.4.14.orig/src/Makefile	2006-11-05 13:20:18.000000000 +0100
+++ postgresql-7.4.14/src/Makefile	2006-11-05 15:48:27.000000000 +0100
@@ -17,7 +17,6 @@
 	$(MAKE) -C port $@
 	$(MAKE) -C backend $@
 	$(MAKE) -C backend/utils/mb/conversion_procs $@
-	$(MAKE) -C include $@
 	$(MAKE) -C interfaces $@
 	$(MAKE) -C bin $@
 	$(MAKE) -C pl $@
@@ -28,7 +27,6 @@
 clean:
 	$(MAKE) -C port $@
 	$(MAKE) -C backend $@
-	$(MAKE) -C include $@
 	$(MAKE) -C interfaces $@
 	$(MAKE) -C bin $@
 	$(MAKE) -C pl $@
@@ -39,7 +37,6 @@
 distclean maintainer-clean:
 	-$(MAKE) -C port $@
 	-$(MAKE) -C backend $@
-	-$(MAKE) -C include $@
 	-$(MAKE) -C interfaces $@
 	-$(MAKE) -C bin $@
 	-$(MAKE) -C pl $@