FreeBSD Bugzilla – Attachment 177314 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.58 KB, created by
Lawrence Stewart
on 2016-11-23 07:29:09 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 07:29:09 UTC
Size:
1.58 KB
patch
obsolete
>--- server/drivers/Makefile.am.orig 2016-11-23 04:12:38.949674000 +0000 >+++ server/drivers/Makefile.am 2016-11-23 07:18:24.271646000 +0000 >@@ -45,11 +45,11 @@ > 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 = @GLCD_DRIVERS@ glcd-glcd-render.o libLCD.a > glcdlib_LDADD = @LIBGLCD@ > glk_LDADD = libbignum.a > hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @LIBUSB_LIBS@ @LIBFTDI_LIBS@ libbignum.a >-hd44780_DEPENDENCIES = @HD44780_DRIVERS@ >+hd44780_DEPENDENCIES = @HD44780_DRIVERS@ libLCD.a libbignum.a > i2500vfd_LDADD = @LIBFTDI_LIBS@ > imon_LDADD = libLCD.a libbignum.a > imonlcd_LDADD = libLCD.a >--- server/drivers/Makefile.in.orig 2016-11-23 04:12:32.966160000 +0000 >+++ server/drivers/Makefile.in 2016-11-23 07:16:31.989194000 +0000 >@@ -565,11 +565,11 @@ > 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 = @GLCD_DRIVERS@ glcd-glcd-render.o libLCD.a > glcdlib_LDADD = @LIBGLCD@ > glk_LDADD = libbignum.a > hd44780_LDADD = libLCD.a @HD44780_DRIVERS@ @LIBUSB_LIBS@ @LIBFTDI_LIBS@ libbignum.a >-hd44780_DEPENDENCIES = @HD44780_DRIVERS@ >+hd44780_DEPENDENCIES = @HD44780_DRIVERS@ libLCD.a libbignum.a > i2500vfd_LDADD = @LIBFTDI_LIBS@ > imon_LDADD = libLCD.a libbignum.a > imonlcd_LDADD = libLCD.a
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