From 0a30596cfad9cd221a81eea984b6fe3fabb20b95 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 18 Mar 2022 15:45:34 +0000 Subject: Fix Build issues due to patch "gprofng: a new GNU profiler" Find and fix more places where clock_gettime() and CLOCK_MONOTONIC_RAW are used. --- gprofng/doc/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gprofng/doc') diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in index 5064b23..6f41ef7 100644 --- a/gprofng/doc/Makefile.in +++ b/gprofng/doc/Makefile.in @@ -226,6 +226,7 @@ BUILD_SUBDIRS = @BUILD_SUBDIRS@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ -- cgit v1.1