Skip to content

Commit

Permalink
fix: removed extra patch apply
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 29, 2023
1 parent d945858 commit 4934a66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/build/extras/ntp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4934a66

Please sign in to comment.