wok diff ddd/receipt @ rev 24319
Add xsuspend
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 25 17:24:16 2022 +0000 (2022-01-25) |
parents | 2b9f96603415 |
children | 71360a13cd94 |
line diff
1.1 --- a/ddd/receipt Sat Aug 10 13:52:56 2013 +0000 1.2 +++ b/ddd/receipt Tue Jan 25 17:24:16 2022 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + export LDFLAGS="$LDFLAGS -ltinfo" 1.9 1.10 # Need to include an additional header in a file to build with gcc 4.4.0 1.11 DDD_FILE_TO_PATCH="ddd/strclass.C" 1.12 @@ -51,4 +51,3 @@ 1.13 1.14 cp -a $install/usr/bin $fs/usr 1.15 } 1.16 -