packaging: Initial packaging
[platform/upstream/make.git] / packaging / make-3.79.1-noclock_gettime.patch
1 --- make-3.80/configure
2 +++ make-3.80/configure
3 @@ -6794,7 +6794,7 @@
4  fi
5  rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6  if test "$ac_cv_search_clock_gettime" = no; then
7 -  for ac_lib in rt posix4; do
8 +  for ac_lib in posix4; do
9      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
10      cat >conftest.$ac_ext <<_ACEOF
11  #line $LINENO "configure"