Date: Tue, 16 Dec 2014 08:44:18 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196015] New: cyrus-imapd LDFLAGS_UCDSNMP, clang build fails Message-ID: <bug-196015-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: vladimir.nikolic@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196015-13>