comparison network/dropbear/dropbear.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
77 LDFLAGS="$LDFLAGS" \ 77 LDFLAGS="$LDFLAGS" \
78 LIBS="$LIBS" \ 78 LIBS="$LIBS" \
79 ./configure \ 79 ./configure \
80 --build=$CBUILD \ 80 --build=$CBUILD \
81 --host=$CHOST \ 81 --host=$CHOST \
82 --prefix= \ 82 --prefix=/usr \
83 --sbindir=/bin \ 83 --sbindir=/bin \
84 $with_pam \ 84 $with_pam \
85 $with_shadow \ 85 $with_shadow \
86 $with_syslog \ 86 $with_syslog \
87 $with_zlib 87 $with_zlib