mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
net-snmp: Set ps flag value since it checks the host
The value the configure script uses is picked up from the host machine ps, and there are cases when the flag selection can be different. Which would break reproducablity between builds on different machines. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
fb06337f34
commit
63fce96670
@@ -73,6 +73,7 @@ CACHED_CONFIGUREVARS = " \
|
||||
lt_cv_shlibpath_overrides_runpath=yes \
|
||||
ac_cv_path_UNAMEPROG=${base_bindir}/uname \
|
||||
ac_cv_path_PSPROG=${base_bindir}/ps \
|
||||
ac_cv_ps_flags="-e" \
|
||||
ac_cv_file__etc_printcap=no \
|
||||
NETSNMP_CONFIGURE_OPTIONS= \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user