← Back to team overview

touch-packages team mailing list archive

[Bug 1479474] Re: failure to detect libbsd on build due to wrong LDFLAGS usage

 

This bug was fixed in the package libedit - 3.1-20150325-1ubuntu1

---------------
libedit (3.1-20150325-1ubuntu1) wily; urgency=medium

  * debian/patches/libbsd.patch: use LIBS instead of LDFLAGS.
    (LP: #1479474, Closes: 794009)

 -- Tiago Stürmer Daitx <tiago.daitx@xxxxxxxxxxxxx>  Wed, 29 Jul 2015
14:33:31 -0300

** Changed in: libedit (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libedit in Ubuntu.
https://bugs.launchpad.net/bugs/1479474

Title:
  failure to detect libbsd on build due to wrong LDFLAGS usage

Status in libedit package in Ubuntu:
  Fix Released
Status in libedit package in Debian:
  New

Bug description:
  libedit build in Wily proposed is failing due to LIBBSD_LIBS being
  added to LDFLAGS instead of LIBS.

  As stated in
  https://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries
  and
  http://www.gnu.org/software/autoconf/manual/autoconf-2.60/html_node
  /Preset-Output-Variables.html#index-LDFLAGS-93 libraries must be added
  to LIBS instead of LDFLAGS.

  The attached debdiff fixed the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libedit/+bug/1479474/+subscriptions


References