From f9cb3035e7215e5a86948fb37ed26f2e8663057d Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 7 Jun 2011 15:14:56 +0300 Subject: [PATCH] gpm: fix build only needed for this old tree of ours, I guess? --- recipes/gpm/gpm_1.20.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/gpm/gpm_1.20.1.bb b/recipes/gpm/gpm_1.20.1.bb index 5b278b7cee..c6ca707092 100644 --- a/recipes/gpm/gpm_1.20.1.bb +++ b/recipes/gpm/gpm_1.20.1.bb @@ -19,6 +19,9 @@ inherit autotools update-rc.d INITSCRIPT_NAME = "gpm" INITSCRIPT_PARAMS = "defaults" +# needed for some socket deps +export CPPFLAGS += "-D_GNU_SOURCE" + export LIBS = "-lm" do_configure_prepend () { -- 2.39.5