package/libfcgi: do not build examples
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 19 Jul 2014 15:03:00 +0000 (17:03 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Jul 2014 15:14:58 +0000 (17:14 +0200)
commit63641393850e5b3d5c889cd304790ea0e7dedb5e
tree3d430534b325577b6323eb9e7543f6f1f93b6293
parent0be26ad401a6e869c8b456d0935737c8dc2ea8d0
package/libfcgi: do not build examples

Examples do not compile for a static build, because libtool forcibly
wants to link against the shared version of libstdc++.so, instead of the
static version.

Since we do not really need the examples on the target, just disable
them, it is easier than fixing libtool.

Also, while we're at it, rename the patches to include a sequence
number.

Fixes:
    http://autobuild.buildroot.org/results/66e/66e19cfd5a6048d2aaa46365518ea875e0abcb4d/
    http://autobuild.buildroot.org/results/71d/71d9ba50b41efa05a3aff06c24412d5e8b81d8f1/

[Thomas: edit commit log to indicate that the patches are renamed to
include a sequence number.]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libfcgi/libfcgi-0000-eof.patch [new file with mode: 0644]
package/libfcgi/libfcgi-0001-link-against-libfcgi-la.patch [new file with mode: 0644]
package/libfcgi/libfcgi-0002-link-against-math.patch [new file with mode: 0644]
package/libfcgi/libfcgi-0003-make-autoreconfable.patch [new file with mode: 0644]
package/libfcgi/libfcgi-0004-disable-examples.patch [new file with mode: 0644]
package/libfcgi/libfcgi-eof.patch [deleted file]
package/libfcgi/libfcgi-link-against-libfcgi-la.patch [deleted file]
package/libfcgi/libfcgi-link-against-math.patch [deleted file]
package/libfcgi/libfcgi-make-autoreconfable.patch [deleted file]