Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
6a810527
Commit
6a810527
authored
Aug 09, 2010
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link libraries "as needed"
parent
faa125d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
configure.ac
configure.ac
+6
-2
No files found.
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
Markdown
is supported
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