Add dhcpcd 9.4.1

This commit is contained in:
fosslinux 2022-05-22 22:09:03 +10:00
parent 0ce50a6393
commit b614b3021d
6 changed files with 157 additions and 1 deletions

View file

@ -42,7 +42,7 @@ src_install() {
done
# Pick-and-choose asm-generic headers
for i in types ioctl termios termbits ioctls; do
for i in types ioctl termios termbits ioctls sockios socket; do
cp "${DESTDIR}${PREFIX}/include/asm-generic/${i}.h" "${DESTDIR}${PREFIX}/include/asm/${i}.h"
done