2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

libelf: install manual pages. See #273

This commit is contained in:
Dylan Araps 2021-07-12 03:38:43 +03:00
parent 0d7303d139
commit 53bb9acb44
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -16,6 +16,7 @@ mv -f _ lib/Makefile.in
--prefix=/usr \
--disable-symbol-versioning \
--disable-debuginfod \
--disable-libdebuginfod \
--disable-nls \
ac_cv_c99=yes # Override check for Clang.
@ -23,6 +24,7 @@ mv -f _ lib/Makefile.in
make -C lib
make -C libelf
make -C libelf DESTDIR="$1" install
make -C doc DESTDIR="$1" install-man3
mkdir -p "$1/usr/lib/pkgconfig"
cp -f config/libelf.pc "$1/usr/lib/pkgconfig/libelf.pc"