[Buildroot] [PATCH] slang: make install-static do install-pkgconfig

Peter Korsgaard peter at korsgaard.com
Sun Mar 13 20:14:51 UTC 2016


>>>>> "Max" == Max Filippov <jcmvbkbc at gmail.com> writes:

 > mc's configure can't find S-Lang because static S-Lang build doesn't
 > install pkgconfig file into staging. Adding install-pkgconfig to
 > install-static dependencies fixes that.

 > Fixes:
 >   http://autobuild.buildroot.net/results/085194f18bc7db1e801d98e6620e3a75fd988cc5/

 > Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
 > ---
 >  package/slang/0002-Enable-a-statically-linked-version-of-slsh.patch | 3 ++-
 >  1 file changed, 2 insertions(+), 1 deletion(-)

 > diff --git a/package/slang/0002-Enable-a-statically-linked-version-of-slsh.patch b/package/slang/0002-Enable-a-statically-linked-version-of-slsh.patch
 > index ee306a1..b0f8779 100644

Patch description and signed-off-by missing. Alternatively we can drop
the patch and just pass install-pkgconfig to the 'make install' step as
we already need to use a custom make target anyway.

 > --- a/package/slang/0002-Enable-a-statically-linked-version-of-slsh.patch
 > +++ b/package/slang/0002-Enable-a-statically-linked-version-of-slsh.patch
 > @@ -39,7 +39,8 @@ diff -rup a/autoconf/Makefile.in b/autoconf/Makefile.in
 >   	cd slsh; $(MAKE) all
 >  @@ -73,10 +76,11 @@ clean:
 >   	cd demo; $(MAKE) clean
 > - install-static:
 > +-install-static:
 > ++install-static: install-pkgconfig
 >   	cd src; $(MAKE) install-static
 >  +	cd slsh; $(MAKE) install-static
 >   install-pkgconfig: slang.pc
 > -- 
 > 2.1.4

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list