projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2156301
)
utils/ntfs-3g: Add missing dependency (#3330)
author
Oliver Ertl
<oliver@ertl-net.net>
Sun, 13 Apr 2008 10:16:45 +0000
(10:16 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Sun, 13 Apr 2008 10:16:45 +0000
(10:16 +0000)
SVN-Revision: 10810
utils/ntfs-3g/Makefile
patch
|
blob
|
history
diff --git
a/utils/ntfs-3g/Makefile
b/utils/ntfs-3g/Makefile
index 3ef4b9cd76f6fa5f55ac9ac1f671bf3b55cfa315..66d1eb53f3a49bdcf18e9b8514933dd6e6f98e83 100644
(file)
--- a/
utils/ntfs-3g/Makefile
+++ b/
utils/ntfs-3g/Makefile
@@
-1,5
+1,5
@@
-#
-# Copyright (C) 2007 OpenWrt.org
+#
+# Copyright (C) 2007
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/ntfs-3g
TITLE:=NTFS-3G
- DEPENDS:=+libfuse +fuse-utils
+ DEPENDS:=+libfuse +fuse-utils
+libpthread
SECTION:=utils
CATEGORY:=Utilities
URL:=http://www.ntfs-3g.org