diff --git a/scripts/build/extras/ntp.sh b/scripts/build/extras/ntp.sh index ab777418..284d44e9 100755 --- a/scripts/build/extras/ntp.sh +++ b/scripts/build/extras/ntp.sh @@ -13,8 +13,5 @@ rm -rf ntp-$VERSION && tar -zxf "ntp-$VERSION.tar.gz" rm -f "ntp-$VERSION.tar.gz" cd ntp-$VERSION -wget --content-disposition "http://archive.hive.pt/files/lfs/patches/ntp-$VERSION-glibc-1.patch" -patch -Np1 -i ntp-$VERSION-glibc-1.patch - ./configure --host=$ARCH_TARGET --prefix=$PREFIX --with-yielding-select=yes make && make install