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 @@
parts =
gettext
extends =
../software-profiles/ncurses.cfg
../software-profiles/libxml2.cfg
../software-profiles/zlib.cfg
[gettext]
recipe = erp5.recipe.cmmisafe
......@@ -15,6 +17,10 @@ configure-options =
--with-libxml2-prefix=${libxml2:location}
--with-included-gettext
--without-emacs
--disable-acl
--disable-openmp
environment =
CFLAGS=-I${libxml2:location}/include
LDFLAGS=-Wl,-rpath -Wl,${libxml2:location}/lib
PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
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