# HG changeset patch # User Hans-G?nter Theisgen # Date 1647582838 -3600 # Node ID 448c5bd8df3382cc191ba0e73da83334defbfe6d # Parent 295fe85fbd0f43f607bff0b89e86145f3554707c pkg-config: cheat configure diff -r 295fe85fbd0f -r 448c5bd8df33 pkg-config/receipt --- a/pkg-config/receipt Thu Mar 17 09:00:25 2022 +0100 +++ b/pkg-config/receipt Fri Mar 18 06:53:58 2022 +0100 @@ -12,7 +12,7 @@ HOST_ARCH="i486 arm" DEPENDS="glibc-base" -BUILD_DEPENDS="gcc libtool" +BUILD_DEPENDS="automake gcc libtool" # Handle cross compilation. case "$ARCH" in @@ -29,6 +29,7 @@ # Rules to configure and make the package. compile_rules() { + ln -s /usr/bin/automake /usr/bin/automake-1.15 sed -i 's/\$(LN).*pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile* case "$ARCH" in arm)