From 9b4320d37bcb50df58afb9b3d0c109de3f28e6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sun, 29 Oct 2023 14:32:01 +0000 Subject: [PATCH] fix: removed unused -fpic directive --- scripts/build/extras/ntp.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build/extras/ntp.sh b/scripts/build/extras/ntp.sh index af16cf73..284d44e9 100755 --- a/scripts/build/extras/ntp.sh +++ b/scripts/build/extras/ntp.sh @@ -7,9 +7,6 @@ set -e +h source $DIR/common.sh -if [ -z "$CFLAGS" ]; then export CFLAGS="-O2"; fi -export CFLAGS="$CFLAGS -fpic" - rget "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-$VERSION_M/ntp-$VERSION.tar.gz"\ "https://ftp.osuosl.org/pub/blfs/conglomeration/ntp/ntp-$VERSION.tar.gz" rm -rf ntp-$VERSION && tar -zxf "ntp-$VERSION.tar.gz"