mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
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
426 B
Diff
12 lines
426 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -16599,7 +16599,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu
|
|
need_version=no
|
|
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
|
|
soname_spec='$libname$release$shared_ext$major'
|
|
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
|
|
+ finish_cmds=''
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
shlibpath_overrides_runpath=no
|
|
|