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:
dcec88a
)
libisofs was missing dependency to pthread
author
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:29 +0000
(18:51 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:29 +0000
(18:51 +0000)
SVN-Revision: 33022
desktop/libs/libisofs/Makefile
patch
|
blob
|
history
diff --git
a/desktop/libs/libisofs/Makefile
b/desktop/libs/libisofs/Makefile
index 799c7e2ba71cc8916e11dbbcc0741302d298a6f3..ef6d9670ca1d84ccaabb2ed799adf8e1b73f01b7 100644
(file)
--- a/
desktop/libs/libisofs/Makefile
+++ b/
desktop/libs/libisofs/Makefile
@@
-21,7
+21,7
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
-TARGET_LDFLAGS+=-liconv
+TARGET_LDFLAGS+=-liconv
-lpthread
define Package/libisofs
SECTION:=libs