From ca731af75b7aedc164e992a4b9deaa8470b3c32d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Oct 2003 20:31:43 +0000 Subject: [PATCH] Use AROPT, not hard-coded flags. --- src/port/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/port/Makefile b/src/port/Makefile index e6f4a892a7..a9b89f3ef6 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -20,7 +20,7 @@ all: libpgport.a endif libpgport.a: $(LIBOBJS) - $(AR) crs $@ $^ + $(AR) $(AROPT) $@ $^ thread.o: thread.c $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CPPFLAGS) -c $< -- 2.39.5