Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 347931 | Differences between
and this patch

Collapse All | Expand All

(-)a/bfd/Makefile.in (-1 / +2 lines)
Lines 293-298 libdir = @libdir@ Link Here
293
libexecdir = @libexecdir@
293
libexecdir = @libexecdir@
294
localedir = @localedir@
294
localedir = @localedir@
295
localstatedir = @localstatedir@
295
localstatedir = @localstatedir@
296
lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
296
mandir = @mandir@
297
mandir = @mandir@
297
mkdir_p = @mkdir_p@
298
mkdir_p = @mkdir_p@
298
oldincludedir = @oldincludedir@
299
oldincludedir = @oldincludedir@
Lines 336-342 libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ Link Here
336
@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
337
@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
337
AM_CFLAGS = $(WARN_CFLAGS)
338
AM_CFLAGS = $(WARN_CFLAGS)
338
AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
339
AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
339
@PLUGINS_TRUE@LIBDL = -ldl
340
@PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
340
341
341
# bfd.h goes here, for now
342
# bfd.h goes here, for now
342
BFD_H = bfd.h
343
BFD_H = bfd.h
(-)a/bfd/configure (+1 lines)
Lines 606-611 havevecs Link Here
606
tdefaults
606
tdefaults
607
bfd_ufile_ptr
607
bfd_ufile_ptr
608
bfd_file_ptr
608
bfd_file_ptr
609
lt_cv_dlopen_libs
609
supports_plugins
610
supports_plugins
610
bfd_default_target_size
611
bfd_default_target_size
611
bfd_machines
612
bfd_machines

Return to bug 347931