fc9a55f33e
- fix build with automake-1.12 - add: automake-1.12.patch OBS-URL: https://build.opensuse.org/request/show/122740 OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=26
14 lines
298 B
Diff
14 lines
298 B
Diff
Index: man-db-2.5.2/configure.ac
|
|
===================================================================
|
|
--- man-db-2.5.2.orig/configure.ac
|
|
+++ man-db-2.5.2/configure.ac
|
|
@@ -20,6 +20,8 @@ dnl
|
|
AC_PROG_CC
|
|
AC_PROG_CPP
|
|
AC_GNU_SOURCE
|
|
+AM_PROG_AR
|
|
+AM_PROG_CC_C_O
|
|
dnl
|
|
dnl check for system defaults
|
|
dnl
|