*** pgsql/src/pl/plpython/Makefile 2008/10/02 08:11:11 1.31 --- pgsql/src/pl/plpython/Makefile 2009/01/15 13:49:56 1.32 *************** *** 1,4 **** ! # $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.30 2008/10/01 22:38:56 petere Exp $ subdir = src/pl/plpython top_builddir = ../../.. --- 1,4 ---- ! # $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.31 2008/10/02 08:11:11 petere Exp $ subdir = src/pl/plpython top_builddir = ../../.. *************** python${pytverstr}.def: $(WD)/system32/p *** 54,60 **** endif ! SHLIB_LINK = $(python_libspec) $(python_additional_libs) REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plpythonu REGRESS = plpython_schema plpython_populate plpython_function plpython_test plpython_error plpython_drop --- 54,60 ---- endif ! SHLIB_LINK = $(python_libspec) $(python_additional_libs) $(filter -lintl,$(LIBS)) REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plpythonu REGRESS = plpython_schema plpython_populate plpython_function plpython_test plpython_error plpython_drop