wok rev 19800
e4rat: add -lcom_err
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 25 09:54:23 2017 +0100 (2017-02-25) |
parents | 10c74e95b062 |
children | 38bf9f820f99 |
files | e2fsprogs-dev/receipt e4rat/receipt |
line diff
1.1 --- a/e2fsprogs-dev/receipt Fri Feb 24 17:29:56 2017 +0100 1.2 +++ b/e2fsprogs-dev/receipt Sat Feb 25 09:54:23 2017 +0100 1.3 @@ -18,6 +18,7 @@ 1.4 mkdir -p $fs/usr/lib 1.5 cp -a $install/usr/lib/*.*a $fs/usr/lib 1.6 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.7 + sed -i 's/-lext2fs/& -lcom_err/' $fs/usr/lib/pkgconfig/ext2fs.pc 1.8 cp -a $install/usr/include $fs/usr 1.9 cat $wanted_stuff/*.files-list | while read file; do 1.10 [ -f ${fs}$file ] && rm -f ${fs}$file
2.1 --- a/e4rat/receipt Fri Feb 24 17:29:56 2017 +0100 2.2 +++ b/e4rat/receipt Sat Feb 25 09:54:23 2017 +0100 2.3 @@ -17,6 +17,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + export LDFLAGS="$LDFLAGS -lcom_err" 2.8 patch -p0 < $stuff/e4rat-boost.u 2.9 cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr . && 2.10 make && make install