wok-current diff mikmod/receipt @ rev 20187
memtest: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 01 15:51:03 2018 +0100 (2018-02-01) |
parents | 47db6c314932 |
children | affc83ed930e |
line diff
1.1 --- a/mikmod/receipt Thu Apr 17 10:49:27 2014 +0400 1.2 +++ b/mikmod/receipt Thu Feb 01 15:51:03 2018 +0100 1.3 @@ -16,9 +16,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 - ./configure --prefix=/usr \ 1.9 - $CONFIGURE_ARGS && 1.10 + export LDFLAGS="$LDFLAGS -ltinfo" 1.11 + ./configure --prefix=/usr \ 1.12 + $CONFIGURE_ARGS && 1.13 make && make install 1.14 } 1.15 1.16 @@ -29,4 +29,3 @@ 1.17 cp -a $install/usr/bin $fs/usr 1.18 cp -a $install/usr/share/mikmod $fs/usr/share 1.19 } 1.20 -