~ubuntu-branches/ubuntu/vivid/opendrim-lmp-physicalasset/vivid

« back to all changes in this revision

Viewing changes to acinclude.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Carneiro
  • Date: 2011-07-08 19:18:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110708191818-zoyofkupny7cot9u
Tags: 0.1.2-0ubuntu2
debian/patches/01-ftbfs-add-opendrim-lib.patch: Added library opendrim to
LIBS variable in check routine of acinclude.m4 to build with ld
--as-needed (LP: #756140)

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        if test -e $OPENDRIMCOMMONLIBDIR/libopendrim.so
262
262
        then
263
263
                AC_MSG_RESULT(yes)
 
264
                LIBS="${LIBS} -lopendrim"
264
265
        else
265
266
                AC_MSG_ERROR([[no. The OpenDRIM Common library could not be found (libopendrim.so)]])
266
267
        fi