All of lore.kernel.org
 help / color / mirror / Atom feed
* [2011-1 PATCH 0/1] Backport a fix for newer Ubuntu releases
@ 2012-06-11 23:58 Joshua Lock
  2012-06-11 23:58 ` [2011-1 PATCH 1/1] ghostscript-native: Ensure the sys/time/h fix is applied for native builds Joshua Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2012-06-11 23:58 UTC (permalink / raw)
  To: openembedded-core

Single change series for Edison to fix building ghostscript-native on newer Ubuntu
releases.

Cheers,
Joshua

The following changes since commit ab2a4591c4c3926a960f18fa7e848f5d41255e14:

  populate_sdk_ipk.bbclass: Ensure the correct environment is setup for postinstalls (2012-05-21 22:14:59 -0700)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib josh/edison
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/edison

Richard Purdie (1):
  ghostscript-native: Ensure the sys/time/h fix is applied for native
    builds

 meta/recipes-extended/ghostscript/ghostscript_9.02.bb |    1 +
 1 file changed, 1 insertion(+)

-- 
1.7.10.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [2011-1 PATCH 1/1] ghostscript-native: Ensure the sys/time/h fix is applied for native builds
  2012-06-11 23:58 [2011-1 PATCH 0/1] Backport a fix for newer Ubuntu releases Joshua Lock
@ 2012-06-11 23:58 ` Joshua Lock
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Lock @ 2012-06-11 23:58 UTC (permalink / raw)
  To: openembedded-core

From: Richard Purdie <richard.purdie@linuxfoundation.org>

On my system, the sys/time.h header is in a subdir off /usr/include
which causes a build failure. Apply the target CFLAGS fix to native
builds as well to address this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/ghostscript/ghostscript_9.02.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
index 9b21c66..99c4f5c 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.02.bb
@@ -40,6 +40,7 @@ EXTRA_OECONF = "--without-x --with-system-libtiff --without-jbig2dec --without-j
 # http://bugs.ghostscript.com/show_bug.cgi?id=692443
 # http://bugs.ghostscript.com/show_bug.cgi?id=692426
 CFLAGS += "-DHAVE_SYS_TIME_H=1"
+BUILD_CFLAGS += "-DHAVE_SYS_TIME_H=1"
 
 inherit autotools
 
-- 
1.7.10.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-12  0:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-11 23:58 [2011-1 PATCH 0/1] Backport a fix for newer Ubuntu releases Joshua Lock
2012-06-11 23:58 ` [2011-1 PATCH 1/1] ghostscript-native: Ensure the sys/time/h fix is applied for native builds Joshua Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.