rtems-bsp: Install net-smp under the BSP if building for RTEMS.

This commit is contained in:
Chris Johns 2014-07-26 11:35:21 +10:00
parent fdb2b9edc3
commit af4ef748f2

View File

@ -47,6 +47,14 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
../${source_dir_net_snmp}/configure \
--host=%{_host} \
--prefix=%{_prefix} \
--bindir=%{_bindir} \
--exec_prefix=%{_exec_prefix} \
--includedir=%{_includedir} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--datadir=%{_datadir} \
--disable-embedded-perl \
--disable-shared \
--without-openssl \