Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tihmstar/liboffsetfinder64
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Aug 6, 2020
2 parents 4602719 + b02de65 commit 3f80605
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libssl-dev libcurl4-openssl-dev libzip-dev
#install libplist-2.0 because libplist-dev is called "libplist v2.0.0"
git clone https://github.com/libimobiledevice/libplist
cd libplist
./autogen.sh --without-cython --enable-static --disable-shared CFLAGS="-fPIC" CXXFLAGS="-fPIC"
make
sudo make install
cd ..
rm -rf libplist
wget https://opensource.apple.com/tarballs/cctools/cctools-927.0.2.tar.gz
mkdir tmp
tar -xvzf cctools-927.0.2.tar.gz -C tmp
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CFLAGS+=" -std=c11"
CXXFLAGS+=" -D EXPECTIONNAME=OFexception"

# Checks for libraries.
IMG4TOOL_REQUIRES_STR="libimg4tool >= 190"
IMG4TOOL_REQUIRES_STR="libimg4tool >= 192"
LIBGENERAL_REQUIRES_STR="libgeneral >= 32"
LIBINSN_REQUIRES_STR="libinsn >= 24"
PKG_CHECK_MODULES(libimg4tool, $IMG4TOOL_REQUIRES_STR, have_img4tool=yes, have_img4tool=no)
Expand Down

0 comments on commit 3f80605

Please sign in to comment.