bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/14430] binutils-2.22.90 plugin code fails to build on Free


From: vapier at gentoo dot org
Subject: [Bug binutils/14430] binutils-2.22.90 plugin code fails to build on FreeBSD due to hardcoding of -ldl
Date: Sun, 27 Jan 2013 16:59:01 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=14430

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |vapier at gentoo dot org
         Resolution|                            |FIXED

--- Comment #2 from Mike Frysinger <vapier at gentoo dot org> 2013-01-27 
16:59:01 UTC ---
binutils fix:

From: "H.J. Lu" <address@hidden>
Date: Sat, 13 Oct 2012 14:17:08 +0000
Subject: [PATCH] Replace -ldl with @lt_cv_dlopen_libs@

    * Makefile.am (LIBDL): Replace -ldl with @address@hidden
    * configure.in (lt_cv_dlopen_libs): AC_SUBST.
    * Makefile.in: Regenerated.
    * configure: Likewise.

gold fix:

From: Ian Lance Taylor <address@hidden>
Date: Fri, 11 Jan 2013 14:36:36 +0000
Subject: [PATCH]    Fix mingw gold build with plugins enabled   *
 Makefile.am: Replace -ldl with @address@hidden  * configure.ac: Export
 DLOPEN_LIBS and add headers check.     * plugin.cc: Handle non-dlfcn case. 
 * Makefile.in: Regenerate.     * config.in: Regenerate.    * configure:
 Regenerate.    * testsuite/Makefile.in: Regenerate.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]