[packages] fix uhub for event and event2 co existance

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33013 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-08-06 11:10:00 +00:00
parent 767ef9fce3
commit 52fed63a5b

View File

@ -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