Bug fix to allow linker flags --as-needed and --no-undefined. Thanks to Gtz Waschk

This commit is contained in:
rocky
2008-10-29 09:53:00 +00:00
parent f9d7ca2996
commit f81a660ef8
2 changed files with 5 additions and 4 deletions

View File

@@ -16,11 +16,11 @@ dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
dnl 02110-1301 USA.
define(RELEASE_NUM, 81)
define(CDIO_VERSION_STR, 0.$1cvs)
define(RELEASE_NUM, 82cvs)
define(CDIO_VERSION_STR, 0.$1)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.232 2008/09/29 03:34:49 flameeyes Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.233 2008/10/29 09:53:00 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.10 2008/10/20 01:25:15 rocky Exp $
# $Id: Makefile.am,v 1.11 2008/10/29 09:53:00 rocky Exp $
#
# Copyright (C) 2005, 2006, 2007, 2008 Rocky Bernstein <rocky@gnu.org>
#
@@ -59,6 +59,7 @@ libiso9660pp_la_AGE = 0
libiso9660pp_sources = iso9660.cpp
libiso9660___la_SOURCES = $(libiso9660pp_sources)
libiso9660___la_LIBADD = $(LIBISO9660_LIBS) $(LIBCDIO_LIBS)
libiso9660___la_ldflags = -version-info $(libiso9660pp_la_CURRENT):$(libiso9660pp_la_REVISION):$(libiso9660pp_la_AGE) @LT_NO_UNDEFINED@
INCLUDES = -I$(top_srcdir)/include/ -I$(top_builddir)/include