Commit a71c02be authored by Łukasz Nowak's avatar Łukasz Nowak

- compile and link againt local zlib

 - fix openssl linking


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40077 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdbc222b
......@@ -6,6 +6,7 @@
extends =
../software-profiles/autoconf.cfg
../software-profiles/automake.cfg
../software-profiles/zlib.cfg
../software-profiles/bison.cfg
../software-profiles/flex.cfg
../software-profiles/libtool.cfg
......@@ -65,6 +66,7 @@ configure-options =
--with-readline
--with-sphinx-storage-engine
--with-named-curses-libs=${ncurses:location}/lib/libncurses.so
--with-zlib-dir=${zlib:location}
make-options =
LN_S='ln -s'
......@@ -78,4 +80,4 @@ environment =
CFLAGS =-I${senna:location}/include/senna -I${ncurses:location}/include
CXXFLAGS =-I${senna:location}/include/senna
LIBTOOL =${libtool:location}/bin/libtool
LDFLAGS =-L${senna:location}/lib
LDFLAGS =-L${senna:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl: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