mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
e4226eaf1c
commit
79c8e88118
|
|
@ -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 \
|
||||
file://init \
|
||||
file://processcreds.patch \
|
||||
file://gpm.service.in \
|
||||
file://0001-Use-sigemptyset-API-instead-of-__sigemptyset.patch \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user