forked from pool/libtirpc
f6fcbb07cf
- Remove krb5-devel from -devel requires, not needed anymore - Update to libtirpc 0.3.1, which incorporates the following patches: - 011-gssapi-update1.patch - 012-gssapi-update2.patch - 013-gssapi-update3.patch - 014-gssapi-update4.patch - 015-gssapi-update5.patch - 016-gssapi-update6.patch - 017-gssapi-update7.patch - 018-gssapi-update8.patch Not needed anymore: - 007-fix-tirpc_map.patch Adjusted: - 001-tirpc-features.patch, merged with 006-rework-features.diff - 002-old-automake.patch - 007-fix-tirpc_map.patch: fix symbol version for new global names - 006-rework-features.diff: Adjust for set of gssapi patches - 003-fix-gssapi.patch replaced by 011-gssapi-update1.patch - 012-gssapi-update2.patch: fix krb5-config usage - 013-gssapi-update3.patch: check for gssapi.h - 014-gssapi-update4.patch: don't include rpcsec_gss.h - 015-gssapi-update5.patch: don't install GSSAPI files if disabled - 016-gssapi-update6.patch: fix rpc_gss_seccreate - 017-gssapi-update7.patch: officialy export two internal functions - 018-gssapi-update8.patch: don't use glibc special header files OBS-URL: https://build.opensuse.org/request/show/309650 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=47
12 lines
290 B
Diff
12 lines
290 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 290c635..a6a202e 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1,5 +1,4 @@
|
|
AC_INIT(libtirpc, 0.3.1)
|
|
-AM_INIT_AUTOMAKE([silent-rules])
|
|
+AM_INIT_AUTOMAKE
|
|
-AM_SILENT_RULES([yes])
|
|
AC_CONFIG_SRCDIR([src/auth_des.c])
|
|
AC_CONFIG_MACRO_DIR([m4])
|