buildroot/package/netsnmp
Nicolas Cavallari 57d339f20b package/netsnmp: fix script net-snmp-create-v3-user's usage of 'ps'.
net-snmp-create-v3-user uses ps to check if snmpd is running.  To know
how to invoke 'ps', the build system use 'which ps' and does other
checks for the output format of 'ps', therefore inspecting 'ps' on the
build machine instead of the target.

If the build machine runs a OS like Debian, that uses a merged-usr and a
PATH of '/usr/bin:/bin', then 'which ps' returns /usr/bin/ps, which will
not work on the target if it does not also use a merged-usr.

Hardcode 'ps' to be /bin/ps to fix this issue and to improve build
reproducibility.

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-03-31 21:49:09 +02:00
..
0001-configure-static-linking-Fix-SSL-checks.patch package/netsnmp: bump version to 5.9 2021-02-05 23:22:04 +01:00
0002-configure-Fix-lcrypto-lz-test.patch package/netsnmp: bump version to 5.9 2021-02-05 23:22:04 +01:00
0003-configure-fix-AC_CHECK_FUNCS-EVP_sha224-EVP_sha384-..patch
0004-configure-fix-AC_CHECK_FUNCS-TLS_method-TLSv1_method.patch package/netsnmp: bump version to 5.9 2021-02-05 23:22:04 +01:00
Config.in
netsnmp.hash package/netsnmp: bump version to 5.9 2021-02-05 23:22:04 +01:00
netsnmp.mk package/netsnmp: fix script net-snmp-create-v3-user's usage of 'ps'. 2021-03-31 21:49:09 +02:00
S59snmpd