8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e9da6 commit bdf0054Copy full SHA for bdf0054
src/makefiles/pgxs.mk
@@ -1,6 +1,6 @@
1
# PGXS: PostgreSQL extensions makefile
2
3
-# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.20 2010/07/05 18:54:38 tgl Exp $
+# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.21 2010/07/05 23:30:50 tgl Exp $
4
5
# This file contains generic rules to build many kinds of simple
6
# extension modules. You only need to set a few variables and include
@@ -286,5 +286,5 @@ endif
286
287
ifdef PROGRAM
288
$(PROGRAM): $(OBJS)
289
- $(CC) $(CFLAGS) $(OBJS) $(PG_LIBS) $(LIBS) $(LDFLAGS) $(LDFLAGS_EX) -o $@
+ $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LDFLAGS_EX) $(PG_LIBS) $(LIBS) -o $@
290
endif
0 commit comments