You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/tinycdb/files/tinycdb-0.77-uclibc.diff

16 lines
355 B

--- 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