mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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:
@@ -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 */
|
|
||||||
@@ -13,7 +13,6 @@ DEPENDS = "ncurses bison-native"
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/telmich/gpm;protocol=git \
|
SRC_URI = "git://github.com/telmich/gpm;protocol=git \
|
||||||
file://init \
|
file://init \
|
||||||
file://processcreds.patch \
|
|
||||||
file://gpm.service.in \
|
file://gpm.service.in \
|
||||||
file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \
|
file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user