gentoo/dev-db/tinycdb/files/tinycdb-uclibc.patch
Akinori Hattori b0e746e4c8
dev-db/tinycdb: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-01 21:48:30 +09:00

16 lines
328 B
Diff

--- a/cdb.c
+++ b/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