libev: added comment with explantation about new headers dir

This commit is contained in:
Bartlomiej Palmowski 2009-08-06 20:43:00 +02:00
parent 014205d65b
commit 36f37643aa

View File

@ -15,6 +15,8 @@ build () {
--mandir=$PKG/usr/man \
--disable-nls \
--disable-static
# libev headers are installed to non standard dir
# due to libevent conflict
make
make prefix=$PKG/usr install
}