[Bug 258906] devel/libcircllhist: fix wrong LDFLAGS

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 04 Oct 2021 08:09:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258906

            Bug ID: 258906
           Summary: devel/libcircllhist: fix wrong LDFLAGS
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
               URL: https://github.com/openhistogram/libcircllhist/issues/
                    67
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: fuz@fuz.su
                CC: danfe@FreeBSD.org
             Flags: merge-quarterly?

Created attachment 228419
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228419&action=edit
devel/libcircllhist: fix wrong LDFLAGS

Upstream has a configure script with an invalid option -export-dynamic (should
be -Wl,--export-dynamic or -Wl,-E).  This option causes spurious configure test
failures, making the port not build on various architectures.

I have already reported this issue upstream:
https://github.com/openhistogram/libcircllhist/issues/67

Fix this bug and bump PORTREVISION.

Tested with Poudriere on armv7 arm64 FreeBSD 13.0-RELEASE.

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