From 431dfe3c90bdd6f2842825e4213b2b7e217c90ec Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Aug 2012 11:10:00 +0000 Subject: [PATCH] [packages] fix uhub for event and event2 co existance SVN-Revision: 33013 --- net/uhub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 2614a0ab7b..1e00579462 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 -- 2.30.2