Re: [OpenWrt-Devel] [PATCH 2/2] Fix rp-pppoe linkage

2014-02-06 Thread Hauke Mehrtens
On 12/16/2013 09:57 AM, Nils Rennebarth wrote: > From: Nils Rennebarth > > Do not link against libevent if present on your target. That lib is > completely different from the libevent in rp-pppoe. The lib is part > of the dependencies, so no -L and -l are necessary anyway. > > Signed-off-by: Nil

[OpenWrt-Devel] [PATCH 2/2] Fix rp-pppoe linkage

2013-12-16 Thread Nils Rennebarth
From: Nils Rennebarth Do not link against libevent if present on your target. That lib is completely different from the libevent in rp-pppoe. The lib is part of the dependencies, so no -L and -l are necessary anyway. Signed-off-by: Nils Rennebarth --- net/rp-pppoe/patches/110-Makefile.patch |