Introduced AAIP code. Now linking with libacl.
This commit is contained in:
@ -84,7 +84,7 @@ libisofs="$libisofs $isofs"/util_htable.o
|
||||
libisofs="$libisofs $isofs"/util_rbtree.o
|
||||
libisofs="$libisofs $isofs"/system_area.o
|
||||
libisofs="$libisofs $isofs"/make_isohybrid_mbr.o
|
||||
|
||||
libisofs="$libisofs $isofs"/aaip_0_2.o
|
||||
|
||||
echo "Version timestamp : $(sed -e 's/#define Xorriso_timestamP "//' -e 's/"$//' "$xorr"/xorriso_timestamp.h)"
|
||||
|
||||
@ -141,7 +141,8 @@ cc -I. -DXorriso_with_maiN $def_libreadline \
|
||||
\
|
||||
$link_libreadline \
|
||||
\
|
||||
-lpthread
|
||||
-lpthread \
|
||||
-lacl
|
||||
|
||||
ret=$?
|
||||
if test "$ret" = 0
|
||||
|
Reference in New Issue
Block a user