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

- use locally available bzip2 and popt


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40616 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a21261ee
[buildout]
extends =
../software-profiles/bzip2.cfg
../software-profiles/popt.cfg
../software-profiles/zlib.cfg
parts =
librsync
......@@ -8,3 +12,6 @@ url = http://downloads.sourceforge.net/sourceforge/librsync/librsync-0.9.7.tar.g
md5sum = 24cdb6b78f45e0e83766903fd4f6bc84
configure-options =
--enable-shared
environment =
CFLAGS=-I${zlib:location}/include -I${bzip2:location}/include -I${popt:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt: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