File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.80 2003/06/08 17:43:00 tgl Exp $
7+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.81 2003/06/12 17:31:50 momjian Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -18,7 +18,7 @@ NAME= pq
1818SO_MAJOR_VERSION = 3
1919SO_MINOR_VERSION = 1
2020
21- override CPPFLAGS := -I$(srcdir ) $(CPPFLAGS ) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir ) "'
21+ override CPPFLAGS := -I$(srcdir ) $(CPPFLAGS ) $( THREAD_CFLAGS ) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir ) "'
2222
2323OBJS = fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
2424 fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o \
@@ -29,7 +29,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
2929# Add libraries that libpq depends (or might depend) on into the
3030# shared library link. (The order in which you list them here doesn't
3131# matter.)
32- SHLIB_LINK += $(filter -lcrypt -ldes -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) )
32+ SHLIB_LINK += $(filter -lcrypt -ldes -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $( THREAD_LIBS )
3333
3434
3535all : all-lib
You can’t perform that action at this time.
0 commit comments