another bugfix for package freetds (by Tony Theodore)

This commit is contained in:
Volker Grabsch 2010-09-12 12:44:12 +02:00
parent 1a0bbdbffe
commit fb1689fa9c
1 changed files with 1 additions and 2 deletions

View File

@ -40,6 +40,5 @@ define $(PKG)_BUILD
--enable-sspi \
--disable-threadsafe \
--with-tdsver=8.0
cd '$(1)' && chmod +x doc/txt2man
$(MAKE) -C '$(1)' -j '$(JOBS)' install
$(MAKE) -C '$(1)' -j '$(JOBS)' install man_MANS=
endef