Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
6a810527
Commit
6a810527
authored
Aug 09, 2010
by
Tiago Peixoto
Browse files
Link libraries "as needed"
parent
faa125d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6a810527
...
...
@@ -294,10 +294,14 @@ AC_SUBST(MOD_LIBADD)
# needed for typeinfo objects to work across DSO boundaries.
# see http://gcc.gnu.org/faq.html#dso
[MOD_LDFLAGS="-module -avoid-version -export-dynamic -no-undefined\
-Wl,-E"]
[MOD_LDFLAGS="-module -avoid-version -export-dynamic -no-undefined -Wl,-E"]
# link libraries as needed
[MOD_LDFLAGS="${MOD_LDFLAGS} -Wl,--as-needed"]
AC_SUBST(MOD_LDFLAGS)
AC_CONFIG_FILES([
Makefile
src/Makefile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment