On 2019/02/28 06:13, Alexander Bluhm wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   [email protected]   2019/02/28 06:13:10
> 
> Modified files:
>       security/suricata: Makefile 
>       security/suricata/pkg: PLIST 
> 
> Log message:
> Suricata's configure script picks additional libraries if they are
> available at build time.  Add them to lib depends and wantlib
> to create a package that always depends on all it needs.
> Portcheck complained about an unknown VARBASE, add it to subst vars.
> OK gonzalo@
> 

This also picks up rust/cargo if present at build time, resulting in
build failure (at least on i386):

ld: error: undefined symbol: _Unwind_Resume
>>> referenced by ptr.rs:204 
>>> (/usr/obj/ports/rust-1.32.0/rustc-1.32.0-src/src/libcore/ptr.rs:204)
>>>               
>>> suricata-39aa068c363cb153.suricata.d73whtjt-cgu.12.rcgu.o:(core::ptr::real_drop_in_place::h0715f8e280410e70)
>>>  in archive ../rust/target/release/libsuricata.a

Reply via email to