Sha256: 9bb1f8003b3467d5605be2f49e1abba7cf47b13b19be53a84f92c5dc4c5a63f1

Contents?: true

Size: 542 Bytes

Versions: 8

Compression:

Stored size: 542 Bytes

Contents

diff -ur postgresql-9.1.2/configure postgresql-9.1.2.fixed/configure
--- postgresql-9.1.2/configure	2011-12-01 13:47:20.000000000 -0800
+++ postgresql-9.1.2.fixed/configure	2012-04-09 16:10:15.000000000 -0700
@@ -8330,7 +8330,7 @@
 else	READLINE_ORDER="-ledit -lreadline"
 fi
 for pgac_rllib in $READLINE_ORDER ; do
-  for pgac_lib in "" " -ltermcap" " -lncurses" " -lcurses" ; do
+  for pgac_lib in "" " -lncurses" " -lcurses" ; do
     LIBS="${pgac_rllib}${pgac_lib} $pgac_save_LIBS"
     cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
omnibus-3.2.2 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.2.1 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.2.0 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.2.0.rc.3 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.2.0.rc.2 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.2.0.rc.1 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.1.1 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch
omnibus-3.1.0 spec/data/complicated/config/patches/postgresql/postgresql-9.1.2-configure-ncurses-fix.patch