package/graphite2: fix static install
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 31 Aug 2020 19:22:15 +0000 (21:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Sep 2020 07:19:10 +0000 (09:19 +0200)
commitdd2d4caf5603513cb618af9980604a792f3b4fe9
treef36a1413f36e2836013b38a08392422878075592
parent1322849825fa0da307dae6888beca3d4262f9da7
package/graphite2: fix static install

Don't install an incorrect libtool file when building a static library
to fix the following build failure with harfbuzz:

arm-linux-g++.br_real: error: /home/buildroot/autobuild/run/instance-3/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libgraphite2.so: No such file or directory
make[5]: *** [main] Error 1

Fixes:
 - http://autobuild.buildroot.org/results/9ebe1d11e80755d59190ef2aae82bbba5cc45e44

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/graphite2/0001-don-t-install-a-libtool-file-with-static-library.patch [new file with mode: 0644]