pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48576: Configure of devel/libmemcached fails on CentOS 6.5
The following reply was made to PR pkg/48576; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48576: Configure of devel/libmemcached fails on CentOS 6.5
Date: Wed, 5 Feb 2014 23:16:05 +0100
On Wed, Feb 05, 2014 at 09:55:00PM +0000, diro%nixsyspaus.org@localhost wrote:
> Configure test for dladdr is what's failing. DL_LDFLAGS and DL_CFLAGS aren't
> honoured by the script.
> >How-To-Repeat:
> cd devel/libmemcached; bmake configure;
> >Fix:
> Add:
>
> .if ${OPSYS} == "Linux"
> LDFLAGS+= -ldl
> .endif
>
> to Makefile after the options.mk line.
What about DL_AUTO_VARS=yes?
Joerg
Home |
Main Index |
Thread Index |
Old Index