From: John Crispin Date: Sat, 4 Aug 2012 20:37:08 +0000 (+0000) Subject: [packages] memcached: fixes compile when libevent and libevent2 are both staged X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fc31316ecd5cec0d0bb4f023ba1bad850ecf2c33;p=openwrt%2Fsvn-archive%2Farchive.git [packages] memcached: fixes compile when libevent and libevent2 are both staged SVN-Revision: 32994 --- diff --git a/net/memcached/Makefile b/net/memcached/Makefile index 5b38379aa1..8d7cff9b3e 100644 --- a/net/memcached/Makefile +++ b/net/memcached/Makefile @@ -53,8 +53,8 @@ CONFIGURE_ARGS += \ TARGET_CFLAGS += \ -std=gnu99 -TARGET_LDFLAGS += \ - -L$(STAGING_DIR)/usr/lib/libevent +TARGET_LDFLAGS = \ + -L$(STAGING_DIR)/usr/lib/libevent -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib define Package/memcached/install $(INSTALL_DIR) $(1)/usr/bin