summaryrefslogtreecommitdiff
path: root/packages/cherokee/files/Makefile.cget.patch
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-11-22 19:41:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-22 19:41:01 +0000
commit007b0f12cdf14948583d8c80bca970c115d70a69 (patch)
treea936da2b58a20fbd97c8f44d81aefd33cd2223ba /packages/cherokee/files/Makefile.cget.patch
parent32f1aa05eb847676d884f1819a477483a549ddba (diff)
cherokee: release 0.4.29
- this release works with patches to classes/base.bbclass oe_libinstall - to install libpcre.la in staging with 'installed=no', otherwise the - package will fail to compile. The commit does not include the bbclass - fixes (they require more testing) - to use it hand hack libpcre.la in - the staging directory.
Diffstat (limited to 'packages/cherokee/files/Makefile.cget.patch')
-rw-r--r--packages/cherokee/files/Makefile.cget.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/cherokee/files/Makefile.cget.patch b/packages/cherokee/files/Makefile.cget.patch
new file mode 100644
index 0000000000..bb6b2141b3
--- /dev/null
+++ b/packages/cherokee/files/Makefile.cget.patch
@@ -0,0 +1,23 @@
+
+#
+# Patch managed by http://www.xwaves.net
+#
+
+--- cherokee-0.4.29/cget/Makefile.in~Makefile.cget
++++ cherokee-0.4.29/cget/Makefile.in
+@@ -56,6 +56,7 @@
+ cget_OBJECTS = $(am_cget_OBJECTS)
+ am__DEPENDENCIES_1 =
+ cget_DEPENDENCIES = ../cherokee/libcherokee-client.la \
++ ../cherokee/libcherokee-base.la \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+@@ -286,6 +287,7 @@
+
+ cget_LDADD = \
+ ../cherokee/libcherokee-client.la \
++../cherokee/libcherokee-base.la \
+ $(TLS_LIBS) \
+ $(PTHREAD_LIBS) \
+ $(PTHREAD_CFLAGS)