Makefile.am: Add -no-undefined
2008-08-21 Aaron W. LaFramboise <aaronavay62@aaronwl.com> * Makefile.am: Add -no-undefined * Makefile.in: Regenerate. From-SVN: r139377
This commit is contained in:
parent
a80eccaab5
commit
0ac7d78a68
@ -1,3 +1,8 @@
|
||||
2008-08-21 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
|
||||
|
||||
* Makefile.am: Add -no-undefined
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
@ -35,7 +35,7 @@ libssp_la_SOURCES = \
|
||||
libssp_la_LIBADD =
|
||||
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
|
||||
libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
|
||||
$(version_arg)
|
||||
$(version_arg) -no-undefined
|
||||
|
||||
libssp_nonshared_la_SOURCES = \
|
||||
ssp-local.c
|
||||
|
@ -38,6 +38,7 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(am__configure_deps) $(nobase_libsubinclude_HEADERS) \
|
||||
$(srcdir)/../compile $(srcdir)/../config.guess \
|
||||
$(srcdir)/../config.sub $(srcdir)/../depcomp \
|
||||
@ -247,7 +248,7 @@ libssp_la_SOURCES = \
|
||||
libssp_la_LIBADD =
|
||||
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
|
||||
libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
|
||||
$(version_arg)
|
||||
$(version_arg) -no-undefined
|
||||
|
||||
libssp_nonshared_la_SOURCES = \
|
||||
ssp-local.c
|
||||
|
Loading…
Reference in New Issue
Block a user