From: John Crispin Date: Mon, 6 Aug 2012 18:51:31 +0000 (+0000) Subject: [desktop] libburn was missing dependency to pthread X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=28c86e651abd575f68e319d0337aa96f40d30255;p=openwrt%2Fsvn-archive%2Farchive.git [desktop] libburn was missing dependency to pthread SVN-Revision: 33023 --- 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