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, 0 insertions, 11 deletions
diff --git a/packaging/make-3.79.1-noclock_gettime.patch b/packaging/make-3.79.1-noclock_gettime.patch
deleted file mode 100644
index 5c94aac..0000000
--- a/packaging/make-3.79.1-noclock_gettime.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"