From 7b7aa437f8ce77b0fa3be9813255958b43d30bb4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 27 Sep 2012 13:11:13 -0500 Subject: [PATCH] Fix FTBFS on x86 systems (cherry picked from commit 095f615ab0c1a5494b6fbbf0d71acbf6ef041304) --- amarok/src/mediadevice/daap/mongrel/http11/http11.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/amarok/src/mediadevice/daap/mongrel/http11/http11.c b/amarok/src/mediadevice/daap/mongrel/http11/http11.c index fa1b36ae..e3d6c526 100644 --- a/amarok/src/mediadevice/daap/mongrel/http11/http11.c +++ b/amarok/src/mediadevice/daap/mongrel/http11/http11.c @@ -2,6 +2,10 @@ * Copyright (c) 2005 Zed A. Shaw * You can redistribute it and/or modify it under the same terms as Ruby. */ + +#define HAVE_STRLCAT_PROTO 1 +#define HAVE_STRLCPY_PROTO 1 + #include "config.h" #include "ruby.h" #include "ext_help.h"