From: John Crispin Date: Mon, 6 Aug 2012 18:51:31 +0000 (+0000) Subject: libburn was missing dependency to pthread X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c1b1c9963970d5e0a4ebd2bb9bd89a784b0b0181;p=openwrt%2Fsvn-archive%2Ffeeds.git libburn was missing dependency to pthread SVN-Revision: 33023 --- diff --git a/desktop/libs/libburn/Makefile b/desktop/libs/libburn/Makefile index 72b85b3..5665063 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