summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-03-19 16:36:24 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-03-19 16:36:24 -0400
commit21609267ec035f29a82678b1950e3fa74bedf6a9 (patch)
treef696c7eec49050ce2e9b369aa917a70e1b1adf4e /man
parent49b3fb63543d76384442b8c2c3b4934b0be2935e (diff)
downloadcups-21609267ec035f29a82678b1950e3fa74bedf6a9.tar.gz
Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile4
1 files changed, 2 insertions, 2 deletions
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)" $@