diff options
Diffstat (limited to 'recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc')
-rw-r--r-- | recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc b/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc index ef42fd1c..ddd8aaab 100644 --- a/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc +++ b/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc @@ -110,7 +110,8 @@ do_compile() { -DSYSCONF_INSTALL_DIR:PATH=${sysconfdir} \ -DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \ -DCMAKE_SKIP_RPATH:BOOL=ON \ - -DBUILD_SHARED_LIBS:BOOL=ON . \ + -DBUILD_SHARED_LIBS:BOOL=ON \ + ${EXTRA_OECMAKE} . \ -DX11_SUPPORT=Off make -j16 |