projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece557c
)
check for gettext in the popt package
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Jul 2006 11:30:48 +0000
(11:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 29 Jul 2006 11:30:48 +0000
(11:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4319
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/popt/Makefile
patch
|
blob
|
history
diff --git
a/libs/popt/Makefile
b/libs/popt/Makefile
index
7ddf7fc
..
aad40d8
100644
(file)
--- a/
libs/popt/Makefile
+++ b/
libs/popt/Makefile
@@
-56,3
+56,7
@@
define Build/UninstallDev
endef
$(eval $(call BuildPackage,libpopt))
+
+$(eval $(call RequireCommand,gettext, \
+ popt requires GNU gettext to build. \
+))