diff options
| author | Akinori Hattori <hattya@gentoo.org> | 2017-07-01 21:48:30 +0900 |
|---|---|---|
| committer | Akinori Hattori <hattya@gentoo.org> | 2017-07-01 21:48:30 +0900 |
| commit | b0e746e4c8e107b98ace97a48f6268cc380214d6 (patch) | |
| tree | ea2c5f4b447408cf329bf649cbe6582913f9dbae /dev-db/tinycdb/files/tinycdb-uclibc.patch | |
| parent | 8b9574d27c4dbab809d4f2dd24418f8843412840 (diff) | |
| download | gentoo-b0e746e4c8e107b98ace97a48f6268cc380214d6.tar.gz gentoo-b0e746e4c8e107b98ace97a48f6268cc380214d6.tar.bz2 gentoo-b0e746e4c8e107b98ace97a48f6268cc380214d6.zip | |
dev-db/tinycdb: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db/tinycdb/files/tinycdb-uclibc.patch')
| -rw-r--r-- | dev-db/tinycdb/files/tinycdb-uclibc.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-db/tinycdb/files/tinycdb-uclibc.patch b/dev-db/tinycdb/files/tinycdb-uclibc.patch new file mode 100644 index 000000000000..14e56bd7b6fc --- /dev/null +++ b/dev-db/tinycdb/files/tinycdb-uclibc.patch @@ -0,0 +1,15 @@ +--- 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 |
