Re: PPPoE support status update

2010-05-10 Thread Werner Koch
On Mon, 10 May 2010 01:50, anar...@koumbit.org said:

> Ah! I didn't see those packages, they're not part of the official
> archive!

Maybe not anymore - I didn't checked.

> PS: it seems you were able to compile PPP with a lot more features than
> I did. Did you patch the source or did it magically work?

IIRC it was part of the first installation; autumn 2009 or so.  The
binary is dated Dec 18, 2006.


Shalom-Salam,

   Werner


-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87pr14qj2h@vigenere.g10code.de



Bug#580372: libbsd0: Makefile needs a small fix?

2010-05-10 Thread Cristian Ionescu-Idbohrn
On Mon, 10 May 2010, Guillem Jover wrote:

> tag 580372 fixed-upstream
> thanks
>
> On Wed, 2010-05-05 at 16:34:19 +0200, Cristian Ionescu-Idbohrn wrote:
> > Package: libbsd0
> > Version: 0.2.0-1
> > Severity: wishlist
> >
> > While porting the package to another arch, I noticed what I think may
> > be a small problem and this patch should fix:
>
> Right, I fixed this upstream some time ago, need to prepare a new
> release:
>
>   

Great.  Thanks.
And when you're at it, I dare to have one more wish :)

I'm cross-building libbsd for an embedded system, and I need the
symlink to _not_ point to the host installed lib, but to the
cross-built one (inside the installed directory tree).  I hacked the
Makefile to do it:

-   ln -sf $(libdir)/$(LIB_SHARED) $(DESTDIR)$(usrlibdir)/$(LIB_SHARED_SO)
+   ln -sf ../..$(libdir)/$(LIB_SHARED) 
$(DESTDIR)$(usrlibdir)/$(LIB_SHARED_SO)

but I'm convinced there's a better (although more intricate) way to do
it.


Cheers,

-- 
Cristian



-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1005101048350.5...@somehost