dropbear: fix build time warning
authorKonstantin Demin <rockdrilla@gmail.com>
Tue, 16 Oct 2018 13:31:33 +0000 (16:31 +0300)
committerHans Dedecker <dedeckeh@gmail.com>
Thu, 8 Nov 2018 10:07:05 +0000 (11:07 +0100)
commit4b04c8d33968a6723ff76d17076155d1c1049b25
treee4799f311361bbd2686c3e8f30f4e471f93b2f82
parent94e46a50b4a73ba7bafa4d73d572307e52d00db4
dropbear: fix build time warning

compiler complains in build log:
  svr-auth.c: In function 'checkusername':
  svr-auth.c:315:8: warning: extra tokens at end of #endif directive [-Wendif-labels]
   #endif HAVE_GETGROUPLIST
          ^~~~~~~~~~~~~~~~~

while this warning is harmless, let's fix it.
cherry-pick upstream commit 1ae4237920c3bd7f2fa6958d2a390f6693852285

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
package/network/services/dropbear/patches/002-endif-warning.patch [new file with mode: 0644]