summaryrefslogtreecommitdiff
path: root/dev-libs/liblognorm/files/liblognorm-2.0.6-configure-clang16.patch
blob: 3ba63017e18a469de7a9778514f1ff3007a140f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
https://bugzilla.redhat.com/show_bug.cgi?id=2141801
https://src.fedoraproject.org/rpms/liblognorm/c/cdaf4de866002343f4011bb05c71f764258948a7?branch=rawhide

"""
Submitted to Adiscon via ticket system. See:

  <https://bugzilla.redhat.com/show_bug.cgi?id=2141801>
"""
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ m4_ifdef([AX_IS_RELEASE], [
 # Checks for libraries.
 save_LIBS=$LIBS
 LIBS=
-AC_SEARCH_LIBS(clock_getm4_defn([AC_AUTOCONF_VERSION]), [2.68]time, rt)
+AC_SEARCH_LIBS(clock_gettime, rt)
 LIBS=$save_LIBS
 
 # Checks for header files.