Skip to content

Commit

Permalink
13268 lp native build forgot CFLAGS
Browse files Browse the repository at this point in the history
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Patrick Mooney <pmooney@pfmooney.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
  • Loading branch information
rmustacc committed Nov 4, 2020
1 parent 90f7985 commit 217f740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/src/cmd/lp/filter/postscript/font/Makefile
Expand Up @@ -47,6 +47,7 @@ NATIVEDIR = native
NATIVEPROG = $(NATIVEDIR)/$(PROG)
NATIVE_LIBS += libc.so
$(NATIVEPROG) := CC=$(NATIVECC)
$(NATIVEPROG) := CFLAGS=$(NATIVE_CFLAGS)
$(NATIVEPROG) := LDLIBS=
$(NATIVEPROG) := CPPFLAGS.master=

Expand Down

0 comments on commit 217f740

Please sign in to comment.