mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
13a237d941
Adjust patches for current version changes Module "disk" renamed to "disk_hw" Internal type "unknown" changed to "u_int32_t" Add patch with removing macro syntax checking for successful build Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
12 lines
539 B
Diff
12 lines
539 B
Diff
--- a/Makefile.top
|
|
+++ b/Makefile.top
|
|
@@ -87,7 +87,7 @@ LIBCURRENT = 42
|
|
LIBAGE = 2
|
|
LIBREVISION = 1
|
|
|
|
-LIB_LD_CMD = $(LIBTOOL) --mode=link $(LINKCC) $(CFLAGS) -rpath $(libdir) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) @LD_NO_UNDEFINED@ -o
|
|
+LIB_LD_CMD = $(LIBTOOL) --mode=link $(LINKCC) $(CFLAGS) -rpath $(libdir) $(LDFLAGS) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) @LD_NO_UNDEFINED@ -o
|
|
LIB_EXTENSION = la
|
|
LIB_VERSION =
|
|
LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(INSTALL_PREFIX)$(libdir)
|