From patchwork Sun May 6 14:56:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [pull,request] Pull request for branch for-2012.05/fix-libfcgi X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 157083 Message-Id: To: buildroot@busybox.net Date: Sun, 6 May 2012 16:56:09 +0200 From: Thomas Petazzoni List-Id: Discussion and development of buildroot The following changes since commit ed7b3362ad6dc33899766c803bba51240111aa43: valgrind: fix build on PowerPC/uClibc (2012-05-06 11:49:19 +0200) are available in the git repository at: git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.05/fix-libfcgi for you to fetch changes up to 15397c627335fa50a090bd518b07bbf0b37ab47b: libfcgi: fix build problem of libfcgi++ (2012-05-06 16:54:35 +0200) ---------------------------------------------------------------- Thomas Petazzoni (1): libfcgi: fix build problem of libfcgi++ .../libfcgi/libfcgi-link-against-libfcgi-la.patch | 20 ++++++ package/libfcgi/libfcgi-link-against-math.patch | 28 ++++++++ package/libfcgi/libfcgi-make-autoreconfable.patch | 67 ++++++++++++++++++++ package/libfcgi/libfcgi.mk | 2 +- 4 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 package/libfcgi/libfcgi-link-against-libfcgi-la.patch create mode 100644 package/libfcgi/libfcgi-link-against-math.patch create mode 100644 package/libfcgi/libfcgi-make-autoreconfable.patch Thanks,