Ports: Fix building the dropbear port

This commit is contained in:
Gunnar Beutner 2021-04-11 04:02:54 +02:00 committed by Andreas Kling
parent 5ae64035a6
commit 468be9292e

View file

@ -12,5 +12,3 @@ useconfigure=true
configopts="--disable-zlib "
# Serenity's utmp is not fully compatible with what dropbear expects.
configopts+="--disable-utmp --disable-wtmp --disable-login --disable-lastlog "
# not added automatically
configopts+="--enable-static"