]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libpfm4: fix static-only build
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Aug 2015 09:40:35 +0000 (11:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Aug 2015 09:40:35 +0000 (11:40 +0200)
commit305beebb74c75744fccb25963f9e35511b7804a2
tree29635de762073f6c0ee998c846e00cc14624f221
parent38454e10589993e5c7877f2fd904ba07f5865357
libpfm4: fix static-only build

By default, libpfm4 tries to build a shared library. However, by
passing CONFIG_PFMLIB_SHARED=n, we can convince it to build only a
static library. Therefore, this commit uses that to fix the
static-only build, therefore fixing:

  http://autobuild.buildroot.net/results/efa/efae782912face7c36417dfb1023228d6b137654/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libpfm4/libpfm4.mk