Skip to content

Commit 45895c6

Browse files
committed
disabled Wl,--as-needed. version bump
1 parent 66f2dab commit 45895c6

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

build-glib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ mkdir -p "${GLIB_BUILD_DIR}"
2929

3030
pushd "${GLIB_BUILD_DIR}" > /dev/null
3131

32+
export LDFLAGS="-Wl,--no-as-needed"
33+
3234
"${GLIB_SRC_DIR}/configure" \
3335
--prefix="${GLIB_PREFIX_DIR}" \
3436
--with-threads=posix \

build-json-glib.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ tar \
4040

4141
mkdir -p "${JSON_GLIB_BUILD_DIR}"
4242

43+
export LDFLAGS="-Wl,--no-as-needed"
44+
4345
pushd "${JSON_GLIB_BUILD_DIR}" > /dev/null
4446

4547
"${JSON_GLIB_SRC_DIR}/configure" \

settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUNDLE_VERSION=0.1
1+
BUNDLE_VERSION=0.2
22

33
DESTDIR="/tmp/ci-dep-bundle"
44

0 commit comments

Comments
 (0)