From: Grazvydas Ignotas Date: Tue, 7 Jun 2011 12:14:56 +0000 (+0300) Subject: gpm: fix build X-Git-Tag: sz_beta3~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9cb3035e7215e5a86948fb37ed26f2e8663057d;p=openembedded.git gpm: fix build only needed for this old tree of ours, I guess? --- 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 () {