MT#4479 Explicitely install libc6-dev package

gcc is already present in ngcp systems and therefore the
recommended package libc6-dev won't be pulled in anymore, the
uname fake code depends on stdio.h etc though
ksolomko/vlan
Michael Prokop 12 years ago
parent e354bec498
commit bf8fe925db

@ -1720,7 +1720,7 @@ vagrant_configuration() {
fi
# required for fake_uname and VBoxLinuxAdditions.run
grml-chroot $TARGET apt-get -y install gcc
grml-chroot $TARGET apt-get -y install libc6-dev gcc
fake_uname
KERNELHEADERS=$(basename $(ls -d ${TARGET}/usr/src/linux-headers*amd64 | sort -u | head -1))

Loading…
Cancel
Save