# HG changeset patch # User Hans-G?nter Theisgen # Date 1577891070 -3600 # Node ID c58ddd56b0713716085ae6899836424b9338c8eb # Parent 3f05fc58bdef5b7a4cf0a90bed335a3fdeedb786# Parent b903447f62f397d4a85472ac79e80a6fd57e8e26 updated atftp and atftpd (0.7 -> 0.7.2) diff -r 3f05fc58bdef -r c58ddd56b071 pkg-config/receipt --- a/pkg-config/receipt Wed Jan 01 16:03:49 2020 +0100 +++ b/pkg-config/receipt Wed Jan 01 16:04:30 2020 +0100 @@ -22,8 +22,7 @@ # Rules to configure and make the package. compile_rules() { - patch -p1 < $stuff/autoconf-2.66.patch - sed -i 's/\$(LN) pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile* + sed -i 's/\$(LN) -f pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile* case "$ARCH" in arm) ./configure \ @@ -35,8 +34,7 @@ ./configure \ --program-prefix=$TOOLPREFIX \ --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM 2>&1 | \ - grep -v './libtool: No such file' ;; + --host=$HOST_SYSTEM ;; esac && make && make install } diff -r 3f05fc58bdef -r c58ddd56b071 pkg-config/stuff/autoconf-2.66.patch --- a/pkg-config/stuff/autoconf-2.66.patch Wed Jan 01 16:03:49 2020 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4 ---- pkg-config-0.25-old//pkg.m4 2009-12-07 06:39:02.000000000 +1000 -+++ pkg-config-0.25/pkg.m4 2010-07-15 14:44:37.466942978 +1000 -@@ -135,7 +135,7 @@ - Consider adjusting the PKG_CONFIG_PATH environment variable if you - installed software in a non-standard prefix. - --_PKG_TEXT])dnl -+_PKG_TEXT])[]dnl - ]) - elif test $pkg_failed = untried; then - AC_MSG_RESULT([no])