diff options
Diffstat (limited to 'recipes-tizen/message-port/message-port.inc')
-rw-r--r-- | recipes-tizen/message-port/message-port.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-tizen/message-port/message-port.inc b/recipes-tizen/message-port/message-port.inc index aa087dee..b2ddabb6 100644 --- a/recipes-tizen/message-port/message-port.inc +++ b/recipes-tizen/message-port/message-port.inc @@ -80,7 +80,8 @@ do_compile() { -DSYSCONF_INSTALL_DIR:PATH=${sysconfdir} \ -DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \ -DCMAKE_SKIP_RPATH:BOOL=ON \ - -DBUILD_SHARED_LIBS:BOOL=ON . -DFULLVER=1.2.2.1 -DMAJORVER=${MAJORVER} + -DBUILD_SHARED_LIBS:BOOL=ON \ + ${EXTRA_OECMAKE} . -DFULLVER=1.2.2.1 -DMAJORVER=${MAJORVER} # Call make instruction with smp support make -j16 |