[vlc-devel] Re: rootwrap.c
Kuldipsingh Pabla
Kuldipsingh.Pabla at Sun.COM
Thu Sep 14 17:52:16 CEST 2006
The current Makefiles do not suffice the needs for Solaris. At the least
requires two patches:
1)
src/network/rootwrap.c
+#ifndef AF_LOCAL
+#define AF_LOCAL AF_UNIX
+#endif
+
2) src/Makefile
"-D_XPG4_2 -D__EXTENSIONS__" addition in CFLAGS
Thanx,
-Kuldip
Rémi Denis-Courmont wrote:
> Le jeudi 14 septembre 2006 18:31, Kuldipsingh Pabla a écrit :
>
>>>#ifdef sun
>>>
>>>#ifndef _XPG4_2
>>>#define _XPG4_2
>>>#endif
>>
>>^^^^^^^^^^^^^^^^^^
>>I trust, this is not required. Yes, I do strongly recommend that
>>someone with SVN access please patch the code.
>
>
> SVN already defines __EXTENSIONS__ on Solaris. Isn't it sufficient?
>
>
>>>#ifndef AF_LOCAL
>>>#define AF_LOCAL AF_UNIX
>>>#endif
>
>
> This has already been in SVN for several days.
>
--
Market Development Engineering
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list