Skip to content

Commit

Permalink
Libgcrypt 1.7.5 & libgpg-error 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Jan 4, 2017
1 parent e6539a1 commit 519d96c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 61 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@ DerivedData
.idea/
*.hmap
*.xccheckout
*.orig

OTRKitDependencies/
OTRKitDependencies-iOS/
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-all.sh
Expand Up @@ -57,8 +57,8 @@ fi
# Versions
export MIN_IOS_VERSION="8.0"
export MIN_OSX_VERSION="10.10"
export LIBGPG_ERROR_VERSION="1.24"
export LIBGCRYPT_VERSION="1.7.3"
export LIBGPG_ERROR_VERSION="1.26"
export LIBGCRYPT_VERSION="1.7.5"
export LIBOTR_VERSION="4.1.1"

BUILT_ARCHS=()
Expand Down
5 changes: 0 additions & 5 deletions scripts/build-gpg-error.sh
Expand Up @@ -26,11 +26,6 @@ pushd "libgpg-error-${LIBGPG_ERROR_VERSION}"
fi
fi

# Copy over syscfg files

cp "${TOPDIR}/patches/lock-obj-pub.i386-apple-darwin.h" ./src/syscfg/
cp "${TOPDIR}/patches/lock-obj-pub.x86_64-apple-darwin.h" ./src/syscfg/

./configure --disable-shared --enable-static --with-pic --enable-threads=posix ${EXTRA_CONFIG} \
--with-sysroot="${SDK_PATH}" \
--prefix="${ROOTDIR}" \
Expand Down
26 changes: 0 additions & 26 deletions scripts/patches/lock-obj-pub.i386-apple-darwin.h

This file was deleted.

28 changes: 0 additions & 28 deletions scripts/patches/lock-obj-pub.x86_64-apple-darwin.h

This file was deleted.

0 comments on commit 519d96c

Please sign in to comment.