From 21609267ec035f29a82678b1950e3fa74bedf6a9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 19 Mar 2019 16:36:24 -0400 Subject: Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks. --- man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/Makefile b/man/Makefile index 1335d7d2b..59864a1d4 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,7 +1,7 @@ # # Man page makefile for CUPS. # -# Copyright 2007-2018 by Apple Inc. +# Copyright 2007-2019 by Apple Inc. # Copyright 1993-2006 by Easy Software Products. # # Licensed under Apache License v2.0. See the file "LICENSE" for more information. @@ -221,7 +221,7 @@ html: $(MAN1) $(MAN5) $(MAN7) $(MAN8) mantohtml done mantohtml: mantohtml.o ../cups/$(LIBCUPSSTATIC) - $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ mantohtml.o \ + $(LD_CC) $(ARCHFLAGS) $(ALL_LDFLAGS) -o $@ mantohtml.o \ ../cups/$(LIBCUPSSTATIC) $(LIBGSSAPI) $(SSLLIBS) \ $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ) $(CODE_SIGN) -s "$(CODE_SIGN_IDENTITY)" $@ -- cgit v1.2.1