Commit 1693790e authored by Łukasz Nowak's avatar Łukasz Nowak

- disable not needed features

 - compile and link against locally available libraries


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40608 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 683e8d65
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
parts = parts =
gettext gettext
extends = extends =
../software-profiles/ncurses.cfg
../software-profiles/libxml2.cfg ../software-profiles/libxml2.cfg
../software-profiles/zlib.cfg
[gettext] [gettext]
recipe = erp5.recipe.cmmisafe recipe = erp5.recipe.cmmisafe
...@@ -15,6 +17,10 @@ configure-options = ...@@ -15,6 +17,10 @@ configure-options =
--with-libxml2-prefix=${libxml2:location} --with-libxml2-prefix=${libxml2:location}
--with-included-gettext --with-included-gettext
--without-emacs --without-emacs
--disable-acl
--disable-openmp
environment = environment =
CFLAGS=-I${libxml2:location}/include PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
LDFLAGS=-Wl,-rpath -Wl,${libxml2:location}/lib CFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
LDFLAGS=-Wl,-rpath -Wl,${libxml2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment