[<prev] [next>] [day] [month] [year] [list]
Message-ID: <trinity-47a1b1c6-2edc-4786-b085-158df0bd532b-1621953325491@3c-app-gmx-bs13>
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