From: John Crispin Date: Mon, 6 Aug 2012 11:10:00 +0000 (+0000) Subject: [packages] fix uhub for event and event2 co existance X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=431dfe3c90bdd6f2842825e4213b2b7e217c90ec;p=openwrt%2Fsvn-archive%2Farchive.git [packages] fix uhub for event and event2 co existance SVN-Revision: 33013 --- 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