[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:
parent
767ef9fce3
commit
52fed63a5b
@ -33,7 +33,7 @@ define Package/uhub/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include/libevent
|
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
|
ifdef CONFIG_USE_EGLIBC
|
||||||
TARGET_LDFLAGS += -lrt
|
TARGET_LDFLAGS += -lrt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user