]> git.sesse.net Git - betaftpd/blobdiff - betaftpd.spec
Added a notice about a (not yet fixed) dcache bug.
[betaftpd] / betaftpd.spec
index 4cc67a60e605aa602c1b026c604a6c5c62a76e41..9e2dcfece61678be81b90f79d052e6e00179aa01 100644 (file)
@@ -21,7 +21,7 @@ easier for other programmers to contribute.
 %setup -q
 
 %build
-./configure --enable-xferlog --enable-ascii --enable-fork --enable-upload --enable-dcache --enable-message --enable-shadow
+./configure --enable-xferlog --enable-ascii --enable-fork --enable-upload --enable-dcache --enable-message --enable-shadow --with-linux-sendfile
 make
 
 %install
@@ -36,6 +36,9 @@ rm -rf %{buildroot}
 /usr/sbin/betaftpd
 
 %changelog
+* Wed Aug 30 2000 Steinar H. Gunderson <sgunderson@bigfoot.com>
+- gave --with-linux-sendfile to configure (see main ChangeLog for rationale)
+
 * Thu Aug 17 2000 Steinar H. Gunderson <sgunderson@bigfoot.com>
 - added some flags to configure that the average user would expect
 - increased version number again