From f5df6813e305372e25b8a2124c491293a176e115 Mon Sep 17 00:00:00 2001 From: Danny O'Brien Date: Fri, 3 Feb 2023 16:48:59 -0800 Subject: [PATCH] Fix failing build of icheck. Building icheck fails with a duplicate symbol definition error. This allows the icheck executable to compile. Submitted upstream[1] but not yet moderated/accepted. [1] https://sourceforge.net/p/dbacl/discussion/239876/thread/87636b0114/ --- src/icheck.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/icheck.c b/src/icheck.c index efbb6a5..12a3b7a 100644 --- a/src/icheck.c +++ b/src/icheck.c @@ -39,9 +39,6 @@ extern regex_count_t regex_count; extern empirical_t empirical; extern int cmd; -char *progname = "icheck"; -char *inputfile = ""; -long inputline = 0; extern long system_pagesize; extern void *in_iobuf; -- 2.39.1 '>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-CVE-2019-19126.patch
te for tuba. * gnu/packages/patches/tootle-glib-object-renaming.patch, gnu/packages/patches/tootle-reason-phrase.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
AgeCommit message (Expand)Author
Efraim Flashner
2023-08-14gnu: tuba: Update to 0.4.1....* gnu/packages/mastodon.scm (tuba): Update to 0.4.1. Efraim Flashner
2023-07-26gnu: toot: Update to 0.38.1....* gnu/packages/mastodon.scm (toot): Update to 0.38.1. [inputs]: Add python-tomlkit. Efraim Flashner
2023-07-10gnu: tuba: Fix videoplayer crash and webp support....* gnu/packages/mastodon.scm (tuba)[arguments]<phases: Add lib-vars-wrap phase to set GST_PLUGIN_SYSTEM_PATH and GDK_PIXBUF_MODULE_FILE variables. (tuba)[native-inputs]: Add gdk-pixbuf. (tuba)[inputs]: Add gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good and webp-pixbuf-loader. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lilah Tascheter
2023-07-10gnu: tuba: Update to new style....* gnu/packages/mastodon.scm (tuba)[arguments]: Update to new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lilah Tascheter
2023-06-30gnu: toot: Update to 0.37.0....* gnu/packages/mastodon.scm (toot): Update to 0.37.0. [native-inputs]: Add python-psycopg2. Efraim Flashner