pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47868: www/libproxy does not compile on Solaris 10
The following reply was made to PR pkg/47868; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/47868: www/libproxy does not compile on Solaris 10
Date: Wed, 29 May 2013 23:46:55 +0200
On Wed, May 29, 2013 at 03:00:00PM +0000,
joern.clausen%uni-bielefeld.de@localhost wrote:
> To fix the first problem, this line has to be added to CMakeLists.txt:
>
> set(CMAKE_EXE_LINKER_FLAGS "-lnsl -lsocket")
Can you fix this by using
CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-lnsl -lsocket"
in the pkgsrc Makefile (or something similar)?
Thomas
Home |
Main Index |
Thread Index |
Old Index