From 28c86e651abd575f68e319d0337aa96f40d30255 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Aug 2012 18:51:31 +0000 Subject: [PATCH] [desktop] libburn was missing dependency to pthread SVN-Revision: 33023 --- desktop/libs/libburn/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop/libs/libburn/Makefile b/desktop/libs/libburn/Makefile index 72b85b348e..5665063338 100644 --- a/desktop/libs/libburn/Makefile +++ b/desktop/libs/libburn/Makefile @@ -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 -- 2.30.2