1
0
forked from rpms/rpcbind
rpcbind/rpcbind-0.1.4-compile.patch
2006-08-10 20:26:57 +00:00

22 lines
861 B
Diff

--- rpcbind-0.1.4/man/Makefile.am.orig 2006-08-09 19:42:58.000000000 -0400
+++ rpcbind-0.1.4/man/Makefile.am 2006-08-09 19:45:01.000000000 -0400
@@ -0,0 +1,2 @@
+man8_MANS = rpcbind.8
+EXTRA_DIST = $(man8_MANS)
--- rpcbind-0.1.4/configure.in.orig 2005-01-03 09:03:29.000000000 -0500
+++ rpcbind-0.1.4/configure.in 2006-08-09 19:39:16.000000000 -0400
@@ -20,6 +20,6 @@ AC_CHECK_HEADERS([arpa/inet.h fcntl.h ne
AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([tirpc], [clnt_create])
-AC_CONFIG_FILES([Makefile src/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
AC_OUTPUT()
--- rpcbind-0.1.4/Makefile.am.orig 2004-11-04 06:51:42.000000000 -0500
+++ rpcbind-0.1.4/Makefile.am 2006-08-09 19:43:57.000000000 -0400
@@ -1,2 +1,2 @@
-SUBDIRS= src
+SUBDIRS= src man