[packages] memcached: fixes compile when libevent and libevent2 are both staged
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32994 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9862b3deef
commit
663d8ad7e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user