wok rev 24757

pkg-config: cheat configure
author Hans-G?nter Theisgen
date Fri Mar 18 06:53:58 2022 +0100 (2022-03-18)
parents 295fe85fbd0f
children 325f04e24eff
files pkg-config/receipt
line diff
     1.1 --- a/pkg-config/receipt	Thu Mar 17 09:00:25 2022 +0100
     1.2 +++ b/pkg-config/receipt	Fri Mar 18 06:53:58 2022 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="glibc-base"
     1.7 -BUILD_DEPENDS="gcc libtool"
     1.8 +BUILD_DEPENDS="automake gcc libtool"
     1.9  
    1.10  # Handle cross compilation.
    1.11  case "$ARCH" in
    1.12 @@ -29,6 +29,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	ln -s /usr/bin/automake	/usr/bin/automake-1.15
    1.17  	sed -i 's/\$(LN).*pkg-config\$(EXEEXT) \$(host_tool)/echo \1/' Makefile*
    1.18  	case "$ARCH" in
    1.19  		arm)