From 52241640593424e9fa15ddf7528b9783cf34b973 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 7 Jun 2012 14:55:40 +0000 Subject: [PATCH] fix phidget21 compile by explicitly linking shared objects SVN-Revision: 32108 --- libs/phidget21/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/phidget21/Makefile b/libs/phidget21/Makefile index 035ccfb3b..ccfd443ed 100644 --- a/libs/phidget21/Makefile +++ b/libs/phidget21/Makefile @@ -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 -- 2.30.2