As described in:
    http://lists.opensuse.org/opensuse-packaging/2008-04/msg00079.html

Patch follows:

--- a/trunk/exec/ipc.c  Wed Apr 02 05:44:21 2008 +0200
+++ b/trunk/exec/ipc.c  Tue Apr 22 11:29:46 2008 +0200
@@ -32,6 +32,9 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE 1
+#endif
 #include <pthread.h>
 #include <assert.h>
 #include <pwd.h>
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to