diff options
Diffstat (limited to 'recipes/librcf/files/rcf-0.4-openembedded.diff')
-rw-r--r-- | recipes/librcf/files/rcf-0.4-openembedded.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/librcf/files/rcf-0.4-openembedded.diff b/recipes/librcf/files/rcf-0.4-openembedded.diff new file mode 100644 index 0000000000..82f0ea0a68 --- /dev/null +++ b/recipes/librcf/files/rcf-0.4-openembedded.diff @@ -0,0 +1,13 @@ +--- RCF-0.4/src/RCF/Makefile-orig 2006-10-26 13:51:43.197747615 +0200 ++++ RCF-0.4/src/RCF/Makefile 2006-10-26 13:52:02.594606726 +0200 +@@ -16,8 +16,8 @@ + CXX = g++ + #HAS_MM = yes + AR = ar +-CDEFINES = -DRCF_USE_OPENSSL -DRCF_USE_ZLIB -DRCF_USE_SF_SERIALIZATION \ +- -DRCF_USE_BOOST_ASIO ++CDEFINES = -DRCF_USE_BOOST_ASIO -DRCF_USE_SF_SERIALIZATION \ ++ -DBOOST_ASIO_DISABLE_EPOLL + CPPFLAGS = -I../../include + CXXTHREADS = -DRCF_USE_BOOST_THREADS + CSHARED = |