Skip to content

Commit

Permalink
chore: fix menuconfig build
Browse files Browse the repository at this point in the history
The tools are now built with non-widecharacter ncurses, so remove the
hacks.

Fixes #1084

There's another issue with `BUILDKIT_MULTIPLATFORM`, but that's a
separate one.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 18, 2024
1 parent a5530cf commit cee356e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kernel/prepare/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ steps:
mkdir -p /usr/lib/pkgconfig
ln -s /toolchain/include /usr/include
for lib in ncurses form panel menu ; do
rm -vf /lib/lib${lib}.so
echo "INPUT(-l${lib}w)" > /lib/lib${lib}.so
ln -sfv ${lib}w.pc /lib/pkgconfig/${lib}.pc
done
make mrproper
- |
cd /toolchain && git clone https://github.com/a13xp0p0v/kernel-hardening-checker.git
Expand Down

0 comments on commit cee356e

Please sign in to comment.