summaryrefslogtreecommitdiffstats
path: root/ulogd/pgsql/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/pgsql/Makefile.in')
-rw-r--r--ulogd/pgsql/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/pgsql/Makefile.in b/ulogd/pgsql/Makefile.in
index c42514a..5551cf4 100644
--- a/ulogd/pgsql/Makefile.in
+++ b/ulogd/pgsql/Makefile.in
@@ -14,7 +14,7 @@ all: $(SHARED_LIBS)
distrib:
$(SHARED_LIBS): %.so: %_sh.o
- ld -shared $(PGSQL_LDFLAGS) -o $@ $<
+ ld -shared $(PGSQL_LDFLAGS) -o $@ $< -lc
%_sh.o: %.c
$(CC) $(PGSQL_CFLAGS) $(SH_CFLAGS) -o $@ -c $<