FreeBSD Bugzilla – Attachment 177310 Details for
Bug 214766
sysutils/lcdproc: Fix build with MAKE_JOBS (parallel make)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds required make dependency on libLCD.a to glcd.so target and libLCD.a/libbignum.a to hd44780.so target so that make can correctly order parallel jobs
patch-jobsafe (text/plain), 1.02 KB, created by
Lawrence Stewart
on 2016-11-23 06:29:18 UTC
(
hide
)
Description:
Adds required make dependency on libLCD.a to glcd.so target and libLCD.a/libbignum.a to hd44780.so target so that make can correctly order parallel jobs
Filename:
MIME Type:
Creator:
Lawrence Stewart
Created:
2016-11-23 06:29:18 UTC
Size:
1.02 KB
patch
obsolete
>--- server/drivers/Makefile.am.orig 2016-11-23 04:12:38.949674000 +0000 >+++ server/drivers/Makefile.am 2016-11-23 04:59:03.907862000 +0000 >@@ -45,7 +45,7 @@ > CwLnx_LDADD = libLCD.a libbignum.a > g15_LDADD = @LIBG15@ > glcd_LDADD = libLCD.a @GLCD_DRIVERS@ @FT2_LIBS@ @LIBPNG_LIBS@ @LIBSERDISP@ @LIBUSB_LIBS@ @LIBX11_LIBS@ >-glcd_DEPENDENCIES = @GLCD_DRIVERS@ glcd-glcd-render.o >+glcd_DEPENDENCIES = libLCD.a @GLCD_DRIVERS@ glcd-glcd-render.o > glcdlib_LDADD = @LIBGLCD@ > glk_LDADD = libbignum.a > hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @LIBUSB_LIBS@ @LIBFTDI_LIBS@ libbignum.a >--- server/drivers/Makefile.in.orig 2016-11-23 04:12:32.966160000 +0000 >+++ server/drivers/Makefile.in 2016-11-23 04:58:34.998205000 +0000 >@@ -172,6 +172,7 @@ > $@ > am_glcd_OBJECTS = glcd-glcd_drv.$(OBJEXT) glcd-glcd-render.$(OBJEXT) > glcd_OBJECTS = $(am_glcd_OBJECTS) >+glcd_DEPENDENCIES = libLCD.a > glcd_LINK = $(CCLD) $(glcd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ > -o $@ > am_glcdlib_OBJECTS = glcdlib.$(OBJEXT)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214766
:
177310
|
177314