projects
/
openwrt
/
svn-archive
/
feeds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf80110
)
libburn was missing dependency to pthread
author
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:31 +0000
(18:51 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:31 +0000
(18:51 +0000)
SVN-Revision: 33023
desktop/libs/libburn/Makefile
patch
|
blob
|
history
diff --git
a/desktop/libs/libburn/Makefile
b/desktop/libs/libburn/Makefile
index 72b85b348e7672cb90cd41c2b148d3eeaf85770d..56650633384451198208fffe1cf5486dbc915333 100644
(file)
--- 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