mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
- libtirpc-0.2.2-rpc-des-prot.patch removed; - remove-des-crypt.patch removed; both included in base distribution. (From OE-Core rev: c0ff6185e623a40a7378a01d45b2c641ca3fa79d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
473 B
Diff
16 lines
473 B
Diff
Upstream-Status: Submitted [libtirpc-devel@lists.sourceforge.net]
|
|
|
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
diff -Nurd libtirpc-0.2.2/configure.ac libtirpc-0.2.2/configure.ac
|
|
--- libtirpc-0.2.2/configure.ac 2011-05-02 15:10:40.000000000 +0300
|
|
+++ libtirpc-0.2.2/configure.ac 2013-01-11 15:11:24.275000030 +0200
|
|
@@ -17,7 +17,7 @@
|
|
fi
|
|
|
|
AC_PROG_CC
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
AC_PROG_LIBTOOL
|
|
AC_HEADER_DIRENT
|
|
AC_PREFIX_DEFAULT(/usr)
|