summaryrefslogtreecommitdiff
path: root/packaging/make-3.79.1-noclock_gettime.patch
blob: 5c94aac180ce79e00674b2a2517e2802131f6e06 (plain)
1
2
3
4
5
6
7
8
9
10
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"