libburn was missing dependency to pthread
authorJohn Crispin <john@openwrt.org>
Mon, 6 Aug 2012 18:51:31 +0000 (18:51 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 6 Aug 2012 18:51:31 +0000 (18:51 +0000)
SVN-Revision: 33023

desktop/libs/libburn/Makefile

index 72b85b348e7672cb90cd41c2b148d3eeaf85770d..56650633384451198208fffe1cf5486dbc915333 100644 (file)
@@ -20,10 +20,13 @@ PKG_INSTALL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
+TARGET_LDFLAGS+=-lpthread
+
 define Package/libburn
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=libburn
+  DEPENDS:=+libpthread
   URL:=http://www.libburnia-project.org
 endef