[packages] fix phidget21 compile by explicitly linking shared objects

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32108 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-06-07 14:55:40 +00:00
parent 747889f547
commit 8cc4bac211

View File

@ -58,7 +58,7 @@ define Build/Compile
phidget21internal.h
$(MAKE) -C $(PKG_BUILD_DIR)/webservice \
$(TARGET_CONFIGURE_OPTS) LDCONFIG="true" \
LIBS="-lphidget21 -L../phidget21" \
LIBS="-lphidget21 -lpthread -ldl -L../phidget21" \
CFLAGS="$(TARGET_CFLAGS) -static -D_LINUX -I. -I../phidget21 -I../phidget21/utils" \
webservice21
endef