summary refs log tree commit diff
path: root/pkgs/development/libraries/libpipeline/fix-on-osx.patch
blob: c539e2dde970f0bdcb07d064f480ea3efc46fd93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/pipeline.c b/lib/pipeline.c
index 26478f9..1612307 100644
--- a/lib/pipeline.c
+++ b/lib/pipeline.c
@@ -75,6 +75,8 @@
 #   endif
 #endif
 
+const char* program_name = "libpipeline";
+
 #if defined(HAVE_SETENV) && !defined(HAVE_CLEARENV)
 int clearenv (void)
 {