Make 'gperf' a pre-requisite for FreeTDS source install

This commit is contained in:
Lance Edgar 2020-08-21 13:47:25 -05:00
parent 37a58be51a
commit 7bf892d1c6

View file

@ -43,6 +43,7 @@ def install_from_source(user='rattail'):
'automake', 'automake',
'autoconf', 'autoconf',
'gettext', 'gettext',
'gperf',
'pkg-config', 'pkg-config',
) )