Neither the configure option nor configure variable to disable linking against PCRE seem to work anymore, so simply drop both and add a dependency on libpcre. As net-snmp is unlikely to fit on devices with small flash anyway, the extra size requirement shouldn't be a problem. If it is, feel free to submit a patch to fix the broken upstream behaviour. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
11 lines
426 B
Diff
11 lines
426 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -15602,7 +15602,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
|
|
|