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>
This commit is contained in:
parent
0be26ad401
commit
6364139385
21
package/libfcgi/libfcgi-0004-disable-examples.patch
Normal file
21
package/libfcgi/libfcgi-0004-disable-examples.patch
Normal file
@ -0,0 +1,21 @@
|
||||
Common subdirectories: libfcgi-2.4.0.orig/cgi-fcgi and libfcgi-2.4.0/cgi-fcgi
|
||||
Common subdirectories: libfcgi-2.4.0.orig/doc and libfcgi-2.4.0/doc
|
||||
Common subdirectories: libfcgi-2.4.0.orig/examples and libfcgi-2.4.0/examples
|
||||
Common subdirectories: libfcgi-2.4.0.orig/images and libfcgi-2.4.0/images
|
||||
Common subdirectories: libfcgi-2.4.0.orig/include and libfcgi-2.4.0/include
|
||||
Common subdirectories: libfcgi-2.4.0.orig/java and libfcgi-2.4.0/java
|
||||
Common subdirectories: libfcgi-2.4.0.orig/libfcgi and libfcgi-2.4.0/libfcgi
|
||||
diff -du libfcgi-2.4.0.orig/Makefile.am libfcgi-2.4.0/Makefile.am
|
||||
--- libfcgi-2.4.0.orig/Makefile.am 2001-12-22 14:05:39.000000000 +0100
|
||||
+++ libfcgi-2.4.0/Makefile.am 2014-07-19 16:56:21.935216540 +0200
|
||||
@@ -4,7 +4,7 @@
|
||||
# $Id: Makefile.am,v 1.7 2001/12/22 13:05:39 robs Exp $
|
||||
#
|
||||
|
||||
-SUBDIRS = libfcgi cgi-fcgi examples include
|
||||
+SUBDIRS = libfcgi cgi-fcgi include
|
||||
|
||||
include_HEADERS = fcgi_config.h
|
||||
|
||||
Common subdirectories: libfcgi-2.4.0.orig/perl and libfcgi-2.4.0/perl
|
||||
Common subdirectories: libfcgi-2.4.0.orig/Win32 and libfcgi-2.4.0/Win32
|
Loading…
Reference in New Issue
Block a user