mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
0aeb38eac6
* gnu/packages/patches/modglue-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add reference to it. * gnu/packages/engineering.scm (modglue): New variable. Change-Id: I3ffe9e8b258f49021a21b17f088bebb44245cbad
17 lines
652 B
Diff
17 lines
652 B
Diff
Author: Danny Milosavljevic <dannym+c@friendly-machines.com>
|
|
Date: 23 Dec 2024
|
|
License: GPL2+
|
|
|
|
diff -ru orig/l34h8423ap03vfm6xj8lby3363vgbg5l-modglue-1.20-checkout/src/pipe.cc l34h8423ap03vfm6xj8lby3363vgbg5l-modglue-1.20-checkout/src/pipe.cc
|
|
--- orig/l34h8423ap03vfm6xj8lby3363vgbg5l-modglue-1.20-checkout/src/pipe.cc 2024-12-23 20:23:47.132475052 +0100
|
|
+++ l34h8423ap03vfm6xj8lby3363vgbg5l-modglue-1.20-checkout/src/pipe.cc 2024-12-23 20:24:08.028172621 +0100
|
|
@@ -241,8 +241,8 @@
|
|
struct iovec iov[1];
|
|
struct msghdr msg;
|
|
struct {
|
|
- struct cmsghdr cm;
|
|
int fd;
|
|
+ struct cmsghdr cm;
|
|
} cmsg;
|
|
|
|
memset( &msg, 0, sizeof(msg) );
|