Skip to content

Commit

Permalink
fix: removed unused -fpic directive
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 29, 2023
1 parent b1a3c97 commit 9b4320d
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 @@ -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"
Expand Down

0 comments on commit 9b4320d

Please sign in to comment.