Skip to content

Commit

Permalink
disabled Wl,--as-needed. version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmartins committed Jun 24, 2014
1 parent 66f2dab commit 45895c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build-glib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ mkdir -p "${GLIB_BUILD_DIR}"

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

export LDFLAGS="-Wl,--no-as-needed"

"${GLIB_SRC_DIR}/configure" \
--prefix="${GLIB_PREFIX_DIR}" \
--with-threads=posix \
Expand Down
2 changes: 2 additions & 0 deletions build-json-glib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ tar \

mkdir -p "${JSON_GLIB_BUILD_DIR}"

export LDFLAGS="-Wl,--no-as-needed"

pushd "${JSON_GLIB_BUILD_DIR}" > /dev/null

"${JSON_GLIB_SRC_DIR}/configure" \
Expand Down
2 changes: 1 addition & 1 deletion settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUNDLE_VERSION=0.1
BUNDLE_VERSION=0.2

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

Expand Down

0 comments on commit 45895c6

Please sign in to comment.