Skip to content

Commit

Permalink
update configure to support old tar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 3, 2025
1 parent fcdf1b3 commit 4e75c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ -z "$PKG_CFLAGS" ]; then
exit 1
fi
fi
tar -xf src/fswatch-$LIB_VER.tar.gz
gzip -dc src/fswatch-$LIB_VER.tar.gz | tar -xf -
cd fswatch-$LIB_VER
cmake -DCMAKE_INSTALL_PREFIX=../install \
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
Expand Down
2 changes: 1 addition & 1 deletion configure.win
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CC=`"${R_HOME}/bin/R" CMD config CC`
export CC

echo "Compiling 'libfswatch' from source..."
tar -xf src/fswatch-$LIB_VER.tar.gz
gzip -dc src/fswatch-$LIB_VER.tar.gz | tar -xf -
cd fswatch-$LIB_VER
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=../install \
-DBUILD_LIBS_ONLY=1 -DUSE_NLS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 \
Expand Down

0 comments on commit 4e75c98

Please sign in to comment.