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
Peter Oliver
fontconfig
Commits
008385c5
Commit
008385c5
authored
Oct 05, 2005
by
Patrick Lam
Browse files
Use libtool -no-undefined flag on all platforms.
reviewed by: plam & keithp
parent
affc7d18
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
008385c5
2005-10-05 Christian Biesinger <cbiesinger@web.de>
reviewed by: plam & keithp
* src/Makefile.am:
Use libtool -no-undefined flag on all platforms.
2005-10-05 Simos Xenitellis <simos74@gmx.net>
reviewed by: plam & keithp
...
...
src/Makefile.am
View file @
008385c5
...
...
@@ -23,7 +23,6 @@
if
OS_WIN32
no_undefined
=
-no-undefined
export_symbols
=
-export-symbols
fontconfig.def
# gcc import library install/uninstall
...
...
@@ -100,7 +99,7 @@ libfontconfig_la_SOURCES = \
lib_LTLIBRARIES
=
libfontconfig.la
libfontconfig_la_LDFLAGS
=
\
-version-info
@LT_VERSION_INFO@
$(
no
_
undefined
)
$(export_symbols)
-version-info
@LT_VERSION_INFO@
-
no
-
undefined
$(export_symbols)
libfontconfig_la_LIBADD
=
$(FREETYPE_LIBS)
$(EXPAT_LIBS)
...
...
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