Skip to content

Commit a7ac43e

Browse files
committed
Version 1.8.3-p1
1 parent 7e8c210 commit a7ac43e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ m4/lt~obsolete.m4
4949
Makefile
5050
build
5151
*.tar.gz
52+
local-config.sh

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
targets: [
2121
.binaryTarget(
2222
name: "libldns",
23-
url: "https://github.com/codinn/LDNS/releases/download/1.8.3/ldns.xcframework.zip",
24-
checksum: "9855b0ca0e1d0ec1ed1b7ccb910cc133f9fc23f6aaf13c25879d0d4f9a408dcf"
23+
url: "https://github.com/codinn/LDNS/releases/download/1.8.3-p1/ldns.xcframework.zip",
24+
checksum: "4ede5085dbcb1dc0402d58eb42b15db8190810d9a87f1f9017e7c389aff48abc"
2525
),
2626
.target(name: "LDNS",
2727
dependencies: ["libldns"])

build-ldns.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ run_configure()
109109
# Add build target, --prefix and prevent async (references to getcontext(),
110110
# setcontext() and makecontext() result in App Store rejections) and creation
111111
# of shared libraries (default since 1.1.0)
112-
local SSL_PATH="${HOME}/workspace/CodinnCode/OpenSSL/bin/${PLATFORM}${SDKVERSION}-${ARCH}.sdk"
112+
source "${CURRENTPATH}/local-config.sh"
113+
113114
local LOCAL_CONFIG_OPTIONS="--host=${CONFIG_HOST} --prefix=${TARGETDIR} --without-xcode-sdk --disable-shared --without-drill --disable-gost --without-examples --without-pyldns --with-ssl=${SSL_PATH} ${CONFIG_OPTIONS}"
114115

115116
echo " Configure..."

0 commit comments

Comments
 (0)