summaryrefslogtreecommitdiffstats
path: root/source/d/make/make-4.0-noclock_gettime.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/make/make-4.0-noclock_gettime.patch')
-rw-r--r--source/d/make/make-4.0-noclock_gettime.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/d/make/make-4.0-noclock_gettime.patch b/source/d/make/make-4.0-noclock_gettime.patch
new file mode 100644
index 000000000..f63e1fc7c
--- /dev/null
+++ b/source/d/make/make-4.0-noclock_gettime.patch
@@ -0,0 +1,14 @@
+diff -up make-3.82/configure\~ make-3.82/configure
+--- make-3.82/configure~ 2010-07-28 07:41:51.000000000 +0200
++++ make-3.82/configure 2010-08-11 15:07:50.000000000 +0200
+@@ -7215,7 +7215,7 @@ return clock_gettime ();
+ return 0;
+ }
+ _ACEOF
+-for ac_lib in '' rt posix4; do
++for ac_lib in '' posix4; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+
+Diff finished. Wed Aug 11 15:07:59 2010