summaryrefslogtreecommitdiff
path: root/packaging/make-3.79.1-noclock_gettime.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/make-3.79.1-noclock_gettime.patch')
-rw-r--r--packaging/make-3.79.1-noclock_gettime.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/make-3.79.1-noclock_gettime.patch b/packaging/make-3.79.1-noclock_gettime.patch
new file mode 100644
index 0000000..5c94aac
--- /dev/null
+++ b/packaging/make-3.79.1-noclock_gettime.patch
@@ -0,0 +1,11 @@
+--- make-3.80/configure
++++ make-3.80/configure
+@@ -6794,7 +6794,7 @@
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+ if test "$ac_cv_search_clock_gettime" = no; then
+- for ac_lib in rt posix4; do
++ for ac_lib in posix4; do
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"