Program Options were only used for the ocicuc directory, however
that has been removed. Therefore we don't need to use it to build
anymore. Additionally, it was not included in any files or used
in any make files.
Change-Id: I12a195b28d549fc1ca86062f9628aca59def4a61
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/301
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ossama Othman <ossama.othman@intel.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
if [ ! -d "${BOOST_NAME}" ]; then
unpackBoost
fi
-
+
TOOLCHAIN=${ANDROID_NDK}/toolchains/${TOOLSET}-${VERSION}/prebuilt/linux-x86/bin
echo "Copying user configs to boost"
cp ../resource/patches/user-config-${TOOLSET}.jam ${BOOST_NAME}/tools/build/v2/user-config.jam
-s PLATFORM=android-${PLATFORM} \
-s VERSION=${VERSION} \
--with-thread \
- --with-program_options \
install
popd
conf = Configure(lib_env)
- if not conf.CheckLib('boost_program_options'):
- print 'Did not find boost_program_options, exiting!'
- Exit(1)
-
if not conf.CheckLib('glib-2.0'):
print 'Install glib-2 on ubuntu with the following command'
print 'sudo apt-get install libglib2.0-dev'