Updated dhcp dependencies

This commit is contained in:
bauen1 2017-11-27 21:43:56 +01:00
parent 1d263b2c2e
commit 37af044fdf
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
2 changed files with 2 additions and 6 deletions

View File

@ -20,10 +20,4 @@ install -d -m755 "$DESTDIR/etc/autorun"
install -m755 "$SRC_DIR/01_network.sh" "$DESTDIR/etc/autorun/01_network.sh"
install -m755 "$SRC_DIR/05_rc.dhcp" "$DESTDIR/etc/05_rc.dhcp"
# These libraries are necessary for the DNS resolving.
install -d -m755 "$DESTDIR/lib"
install -m755 "$SYSROOT/lib/libnss_dns.so.2" "$DESTDIR/lib/libnss_dns.so.2"
install -m755 "$SYSROOT/lib/libnss_files.so.2" "$DESTDIR/lib/libnss_files.so.2"
strip -g "$DESTDIR/lib/*" 2>/dev/null
echo "dhcp scripts and libraries have been installed"

View File

@ -1 +1,3 @@
glibc_libresolv
glibc_libnss_dns
glibc_libnss_files