[Pianod] Build 111 - user persistence changes
Peter Li
chinasaurli at gmail.com
Sat Feb 2 12:29:08 PST 2013
Argh, sorry again; the comment below should be # not // of course.
On 02/02/2013 12:15 PM, Peter Li wrote:
> Sorry, here's a better patch with some explanation included:
>
> --- Makefile 2013-02-02 12:06:45.579914188 -0800
> +++ Makefile.patched 2013-02-02 12:14:48.432221516 -0800
> @@ -21,6 +21,10 @@
> endif
> ifeq (${CC},cc)
> CC=c99
> +
> + // c99 on Linux has BSD MMAP macros hidden in bits/mman.h;
> easiest just to drop MMAP
> + LIBEZXML_CFLAGS=-DEZXML_NOMMAP=1
> +
> ifeq (${MACX64},0)
> ARCH=-W64
> endif
> @@ -197,6 +201,7 @@
> ${FOOTBALL_CFLAGS} \
> ${OTHER_INCLUDE} ${LIBFAAD_CFLAGS} \
> ${LIBMAD_CFLAGS} ${LIBGNUTLS_CFLAGS} \
> + ${LIBEZXML_CFLAGS} \
> ${LIBGCRYPT_CFLAGS} ${LIBJSONC_CFLAGS} -c -o $@ $<
>
> # create position independent code (for shared libraries)
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deviousfish.com/pipermail/pianod-deviousfish.com/attachments/20130202/16b37883/attachment-0003.htm>
More information about the Pianod
mailing list