Try adding:
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--with-lz4=yes
On 26/03/2018 13:17, Andreas Andersson wrote:
First of, with this Makefile the port is functional. It's just that it
lacks the ability to compress data sent between two carbon-
First of, with this Makefile the port is functional. It's just that it
lacks the ability to compress data sent between two carbon-c-relay's.
According to config.log it does set both prefix and includedir, yet it is
unable to find lz4.h.
I'm kind of new to porting stuff using autoconf and such , t