El 31 de desembre de 2011 23:33, Guillem Jover ha escrit:
> the
> source should be using _BSD_SOURCE instead of _GNU_SOURCE, currently
> passed through CFLAGS in debian/rules.
Actually, that's not possible. _BSD_SOURCE disables some facilities
which are assumed to be present on *BSD.
--
Robert
On Sun, 2011-12-25 at 11:56:45 +0100, Robert Millan wrote:
> > +#define __FAVOR_BSD 1
> > #include
> > #include
> > #include
> > #include
> > #include
> > #include
> > +#undef __FAVOR_BSD
>
> Shouldn't this kind of fix be in libbsd-dev? E.g. in overlay netinet/in.h:
>
> #if __FAVOR_B
El 25 de desembre de 2011 0:16, Christoph Egger
ha escrit:
> Hi!
>
> seems svn diff didn't include the new patch 14_alias.diff. Here it is.
The get-orig-source bits are also missing from the patch.
Btw, do you receive my mail also directly or only via list/BTS? I
suspect my direct mails to you
> +#define __FAVOR_BSD 1
> #include
> #include
> #include
> #include
> #include
> #include
> +#undef __FAVOR_BSD
Shouldn't this kind of fix be in libbsd-dev? E.g. in overlay netinet/in.h:
#if __FAVOR_BSD
# include_next
#else
# define __FAVOR_BSD 1
# include_next
# undef __FAVOR
Hi!
seems svn diff didn't include the new patch 14_alias.diff. Here it is.
Regards
Christoph
diff -x debian -ur diff/freebsd-libs-8.2+ds1/lib/libalias/libalias/Makefile freebsd-libs-patches/lib/libalias/libalias/Makefile
--- diff/freebsd-libs-8.2+ds1/lib/libalias/libalias/Makefile 2009-07-19
5 matches
Mail list logo