gpm: Remove duplicate definition of _GNU_SOURCE

The Makefile already sets -D_GNU_SOURCE in CPPFLAGS, no need to patch it
in again.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Robert Joslyn 2019-04-14 09:17:24 -07:00 committed by Khem Raj
parent e4226eaf1c
commit 79c8e88118
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
Index: gpm-1.99.7/src/daemon/processconn.c
===================================================================
--- gpm-1.99.7.orig/src/daemon/processconn.c 2010-09-29 17:36:18.571782951 +0400
+++ gpm-1.99.7/src/daemon/processconn.c 2010-09-29 17:42:44.659991758 +0400
@@ -20,6 +20,7 @@
*
********/
+#define _GNU_SOURCE
#include <sys/socket.h> /* accept */
#include <stdlib.h> /* malloc */
#include <unistd.h> /* close */

View File

@ -13,7 +13,6 @@ DEPENDS = "ncurses bison-native"
SRC_URI = "git://github.com/telmich/gpm;protocol=git \
file://init \
file://processcreds.patch \
file://gpm.service.in \
file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \
"