mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
* Update to latest version * Refresh patches * Update copyright years * Fix musl build issues (patches already applied upstream) Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
12 lines
386 B
Diff
12 lines
386 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -18,7 +18,7 @@ ACLOCAL_AMFLAGS=-I m4
|
|
# use this for lots of warnings
|
|
#AM_CFLAGS = -D_GNU_SOURCE -std=c99 -m64 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing
|
|
|
|
-lcd4linux_LDFLAGS ="-Wl,--as-needed"
|
|
+lcd4linux_LDFLAGS =
|
|
lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@
|
|
lcd4linux_DEPENDENCIES = @DRIVERS@ @PLUGINS@
|
|
|