wok rev 19798

partclone: add -lcom_err
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 24 12:48:24 2017 +0100 (2017-02-24)
parents e129640c4d69
children 10c74e95b062
files partclone/receipt
line diff
     1.1 --- a/partclone/receipt	Fri Feb 24 11:29:24 2017 +0100
     1.2 +++ b/partclone/receipt	Fri Feb 24 12:48:24 2017 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure $CONFIGURE_ARGS \
     1.8 +	./configure LDFLAGS="$LDFLAGS -lcom_err" $CONFIGURE_ARGS \
     1.9  		--enable-extfs \
    1.10  		--enable-fat \
    1.11  		--enable-exfat \