Help with porting carbon-c-relay.

Sergey Akhmatov sergey at akhmatov.ru
Mon Mar 26 12:16:38 UTC 2018


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-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 , therefor any
> hints or advice would be appreciated.
>
> I am including the Makefile I have at this point.
>
>
> /Andreas
>
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"



More information about the freebsd-ports mailing list