summaryrefslogtreecommitdiff
path: root/repo/core/elfutils.xibuild
blob: 5049a7b5872bbff4c5e33b307f60fd04d6462f62 (plain)
1
2
3
4
5
6
7
8
build () {
    autoreconf -i -f
    ./configure --prefix=/usr --disable-debuginfod --enable-libdebuginfod=dummy
    make
    make check
    make DESTDIR=$PKG_DEST install 
}