mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/xar: Add missing include.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
712320b61b
commit
cc9067eac3
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ ln -sf ../xar.h include/xar/xar.h
|
|||
# -I doesn't affect #include "blah.h".
|
||||
sed -i 's,"\(\(util\|filetree\)\.h\)",<\1>,' src/xar.c
|
||||
|
||||
sed -i '/ext2fs\/ext2_fs/i #include <stdlib.h>' lib/ext2.c
|
||||
|
||||
# xar executable, library, and includes. have to manually add
|
||||
# openssl's libs, and jigger the include path for <util.h> and
|
||||
# <filetree.h>.
|
||||
|
|
Loading…
Reference in a new issue