Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2016 21:48:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210359] devel/fossil: build fix
Message-ID:  <bug-210359-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210359

            Bug ID: 210359
           Summary: devel/fossil: build fix
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: matthew@reztek.cz
             Flags: maintainer-feedback?(bapt@FreeBSD.org)
          Assignee: bapt@FreeBSD.org

Created attachment 171525
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171525&action=
=3Dedit
fix build of devel/fossil with FUSE option

Build of devel/fossil with FUSE option enabled fails in linking because it
cannot find libfuse without -L{LOCALBASE}/lib. The proper solution is to mo=
ve
-L{LOCALBASE}/lib from CFLAGS to LDFLAGS so it is used during linking inste=
ad
of only triggering warnings about being an used flag when compiling. Howeve=
r,
the configure test then fails to find libfuse_mount because it is only using
CFLAGS when linking library detection tests. So, patch the build framework =
to
respect LDFLAGS when building library checking routines.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210359-13>