projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add prereq check for pkg-config (required by ntfs-3g)
[openwrt.git]
/
package
/
ntfs-3g
/
Makefile
diff --git
a/package/ntfs-3g/Makefile
b/package/ntfs-3g/Makefile
index
aaf8508
..
5c07ada
100644
(file)
--- a/
package/ntfs-3g/Makefile
+++ b/
package/ntfs-3g/Makefile
@@
-105,3
+105,6
@@
define Package/ntfs-3g/install
endef
$(eval $(call BuildPackage,ntfs-3g))
+$(eval $(call RequireCommand,pkg-config, \
+ $(PKG_NAME) requires pkg-config. \
+))
This page took
0.02162 seconds
and
4
git commands to generate.