]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - make/patches/make-3.79.1-noclock_gettime.patch
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / make / patches / make-3.79.1-noclock_gettime.patch
1 diff -urp make-3.81/configure make-3.81-pm/configure
2 --- make-3.81/configure 2006-04-01 08:40:00.000000000 +0200
3 +++ make-3.81-pm/configure 2008-09-22 10:50:40.000000000 +0200
4 @@ -8018,7 +8018,7 @@ fi
5 rm -f conftest.err conftest.$ac_objext \
6 conftest$ac_exeext conftest.$ac_ext
7 if test "$ac_cv_search_clock_gettime" = no; then
8 - for ac_lib in rt posix4; do
9 + for ac_lib in posix4; do
10 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11 cat >conftest.$ac_ext <<_ACEOF
12 /* confdefs.h. */
13 Only in make-3.81-pm/: configure.orig