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