lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 25 May 2021 16:35:25 +0200
From:   Frank Wunderlich <frank-w@...lic-files.de>
To:     Stephen Hemminger <stephen@...workplumber.org>,
        netdev@...r.kernel.org
Subject: Aw: Re: Crosscompiling iproute2

hi, sorry for posting again, but i found out that make clean does not remove config.mk, and there i had disabled libmnl and selinux, i removed the file and it is recreated. now i'm back on the compile errors because of these 2 libs missing. if i disable them, compile works, but i guess it's broken again...

#HAVE_SELINUX:=y
#LDLIBS += -lselinux
#CFLAGS += -DHAVE_SELINUX
#HAVE_MNL:=y
#CFLAGS += -DHAVE_LIBMNL
#LDLIBS += -lmnl

i'm not sure if the libs are really needed, but i cannot install them directly for target-arch (armhf)...i guess i need to compile them with cross gcc too (have done libmnl for nftables). but how to reference it to Makefile.

regards Frank

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ