From: Florian Fainelli Date: Sun, 19 Apr 2009 20:54:26 +0000 (+0000) Subject: [package] update libevent to 1.4.9 (#4907) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=161e433a2a6bf14a39ae3552bf9050565557e975 [package] update libevent to 1.4.9 (#4907) SVN-Revision: 15281 --- diff --git a/libs/libevent/Makefile b/libs/libevent/Makefile index fc42fe5e21..38aebe4b88 100644 --- a/libs/libevent/Makefile +++ b/libs/libevent/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libevent -PKG_VERSION:=1.4.4 +PKG_VERSION:=1.4.9 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-stable PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-stable.tar.gz PKG_SOURCE_URL:=http://www.monkey.org/~provos/ -PKG_MD5SUM:=5d7591aa6301f06315b52bade472bf2f +PKG_MD5SUM:=5154fd4582d64077d6b17851f04d6957 include $(INCLUDE_DIR)/package.mk @@ -39,6 +39,8 @@ endef TARGET_CFLAGS += $(FPIC) +Hooks/InstallDev/Post += libtool_fixup_libdir + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ @@ -52,7 +54,7 @@ define Build/InstallDev mkdir -p $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ mkdir -p $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libevent.{a,so} $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libevent.{la,a,so} $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libevent-1.4.so* $(1)/usr/lib/ endef