[Bug 196015] New: cyrus-imapd LDFLAGS_UCDSNMP, clang build fails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 16 08:44:18 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196015

            Bug ID: 196015
           Summary: cyrus-imapd LDFLAGS_UCDSNMP, clang build fails
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: vladimir.nikolic at amis.net

Hello,

cyrus-imapd build fails, if SNMP support is enabled.
Variable:
LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -R${PERLLIBDIR}"
causes build error:
cc: error: unknown argument: '-R/usr/local/lib/perl5/5.18/mach/CORE'

patch-configure should be updated with:
+      LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -Wl,-R${PERLLIBDIR}"
instead of:
+      LDFLAGS_UCDSNMP="-L${PERLLIBDIR} -R${PERLLIBDIR}"

Regards

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


More information about the freebsd-ports-bugs mailing list