From 52fed63a5bf0363e90a3254634a6803aca53a7f8 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 6 Aug 2012 11:10:00 +0000 Subject: [PATCH] [packages] fix uhub for event and event2 co existance git-svn-id: svn://svn.openwrt.org/openwrt/packages@33013 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/uhub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 2614a0ab7..1e0057946 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -33,7 +33,7 @@ define Package/uhub/description endef TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libevent -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 ifdef CONFIG_USE_EGLIBC TARGET_LDFLAGS += -lrt