summaryrefslogtreecommitdiff
path: root/sys-fs/mhddfs/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-10 15:32:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-10 15:32:41 +0100
commit56e9cc62c11546e2c081f8dc14a9cc965f14787c (patch)
tree6dd5cbe22a937288e8c471e95a9f92bffb5d5707 /sys-fs/mhddfs/files
parentd087665a0d6764fc223d2f88a04db01d76af9cc0 (diff)
gentoo auto-resync : 10:08:2023 - 15:32:40
Diffstat (limited to 'sys-fs/mhddfs/files')
-rw-r--r--sys-fs/mhddfs/files/mhddfs-0.1.39-parallel-build.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/mhddfs/files/mhddfs-0.1.39-parallel-build.patch b/sys-fs/mhddfs/files/mhddfs-0.1.39-parallel-build.patch
new file mode 100644
index 000000000000..b9c2d19603fe
--- /dev/null
+++ b/sys-fs/mhddfs/files/mhddfs-0.1.39-parallel-build.patch
@@ -0,0 +1,17 @@
+Sometimes obj directory was not created during
+parallel builds
+
+Related bugreports:
+https://bugs.gentoo.org/880051
+https://bugs.gentoo.org/911984
+
+--- a/Makefile 2023-08-10 11:43:39.826589819 +0300
++++ b/Makefile 2023-08-10 11:43:50.121722774 +0300
+@@ -90,6 +90,7 @@
+ touch $@
+
+ obj/%.o: src/%.c
++ mkdir -p obj
+ $(CC) $(CFLAGS) -c $< -o $@
+
+ clean: