public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb/files: tinycdb-0.77-uclibc.diff
@ 2012-10-08 12:51 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2012-10-08 12:51 UTC (permalink / raw
  To: gentoo-commits

hattya      12/10/08 12:51:27

  Added:                tinycdb-0.77-uclibc.diff
  Log:
  add patch to fix compilation error with uClibc by Joshua B. Kahlenberg wrt bug #434784
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-db/tinycdb/files/tinycdb-0.77-uclibc.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/files/tinycdb-0.77-uclibc.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/files/tinycdb-0.77-uclibc.diff?rev=1.1&content-type=text/plain

Index: tinycdb-0.77-uclibc.diff
===================================================================
--- tinycdb-0.77.orig/cdb.c
+++ tinycdb-0.77/cdb.c
@@ -31,6 +31,12 @@
 # define HAVE_PROGRAM_INVOCATION_SHORT_NAME
 #endif

+#ifdef __UCLIBC__
+# ifndef __UCLIBC_HAS_PROGRAM_INVOCATION_NAME__
+#  undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
+# endif
+#endif
+
 #ifdef HAVE_PROGRAM_INVOCATION_SHORT_NAME
 # define progname program_invocation_short_name
 #else





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-08 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 12:51 [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb/files: tinycdb-0.77-uclibc.diff Akinori Hattori (hattya)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox