Skip to content

Commit ab8d123

Browse files
author
Michael Meskes
committed
Also build snprintf from pgport if needed.
1 parent 449fcf4 commit ab8d123

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/interfaces/ecpg/compatlib/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.29 2007/10/03 13:24:54 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.30 2007/10/03 13:40:52 meskes Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -23,6 +23,9 @@ override CFLAGS += $(PTHREAD_CFLAGS)
2323
SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) -lm \
2424
$(PTHREAD_LIBS)
2525

26+
# Need to recompile any libpgport object files
27+
LIBS := $(filter-out -lpgport, $(LIBS))
28+
2629
OBJS= informix.o $(filter snprintf.o, $(LIBOBJS))
2730

2831
ifneq ($(PORTNAME), win32)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy