poco: moved to github
[packages.git] / libs / poco / patches / 100-sharedmemory.patch
diff --git a/libs/poco/patches/100-sharedmemory.patch b/libs/poco/patches/100-sharedmemory.patch
deleted file mode 100644 (file)
index 811a964..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -50,6 +50,11 @@
-     Useful if your C++ compiler has incomplete floating-point support
-     (such as uClibc-based systems).
-+  --no-sharedmemory
-+    Compile with -DPOCO_NO_SHAREDMEMORY
-+    Useful if your C++ compiler has incomplete shared memory support
-+    (such as uClibc-based systems).
-+
-   --omit=<component>{,<component>}
-     Do not build the specified component(s).
-     Example: --omit=Data/MySQL,Data/ODBC,Zip
-@@ -140,6 +145,10 @@
-               flags="$flags -DPOCO_NO_FPENVIRONMENT"
-       fi
-+      if [ "$1" = "--no-sharedmemory" ] ; then
-+              flags="$flags -DPOCO_NO_SHAREDMEMORY"
-+      fi
-+
-       if [ "$1" = "--poquito" ] ; then
-               flags="$flags -DPOCO_NO_FILECHANNEL -DPOCO_NO_SPLITTERCHANNEL -DPOCO_NO_SYSLOGCHANNEL -DPOCO_UTIL_NO_INIFILECONFIGURATION -DPOCO_UTIL_NO_XMLCONFIGURATION"
-       fi
-