libevent: 1.3d -> 1.3e
This commit is contained in:
parent
9af6b4bc09
commit
7ec3e92332
@ -6,10 +6,10 @@ drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/event.h
|
||||
-rw-r--r-- root/root usr/include/evhttp.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libevent-1.3d.so.1 -> libevent-1.3d.so.1.0.3
|
||||
-rwxr-xr-x root/root usr/lib/libevent-1.3d.so.1.0.3
|
||||
lrwxrwxrwx root/root usr/lib/libevent-1.3e.so.1 -> libevent-1.3e.so.1.0.3
|
||||
-rwxr-xr-x root/root usr/lib/libevent-1.3e.so.1.0.3
|
||||
-rwxr-xr-x root/root usr/lib/libevent.la
|
||||
lrwxrwxrwx root/root usr/lib/libevent.so -> libevent-1.3d.so.1.0.3
|
||||
lrwxrwxrwx root/root usr/lib/libevent.so -> libevent-1.3e.so.1.0.3
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/evdns.3.gz
|
||||
|
@ -1 +1 @@
|
||||
664a429247e7737162bd667e166b2761 libevent-1.3d.tar.gz
|
||||
8553ad0f8a35d8d96ae0c69c387e06d3 libevent-1.3e.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on:
|
||||
|
||||
name=libevent
|
||||
version=1.3d
|
||||
version=1.3e
|
||||
release=1
|
||||
source=(http://www.monkey.org/~provos/libevent-$version.tar.gz)
|
||||
|
||||
@ -15,9 +15,7 @@ build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
--with-gnu-ld
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user