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:
2103ad9
)
packages: reiserfsprogs: add missing dependency - libuuid
author
Jonas Gorski
<jogo@openwrt.org>
Sun, 4 Aug 2013 12:03:12 +0000
(12:03 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Sun, 4 Aug 2013 12:03:12 +0000
(12:03 +0000)
This patch adds missing libuuid dependency for reiserfsprogs.
Without it the package fails to install because of missing
dependency to libuuid.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37675
utils/reiserfsprogs/Makefile
patch
|
blob
|
history
diff --git
a/utils/reiserfsprogs/Makefile
b/utils/reiserfsprogs/Makefile
index 228b687fa92eeb37a37aa7f8bc00c3d23e5ef0fa..593e56facafcb27b877bd59148e0bdd6cc1222f6 100644
(file)
--- a/
utils/reiserfsprogs/Makefile
+++ b/
utils/reiserfsprogs/Makefile
@@
-25,6
+25,7
@@
define Package/reiserfsprogs
CATEGORY:=Utilities
SUBMENU:=Filesystem
TITLE:=ReiserFS filesystems utilities
+ DEPENDS:=+libuuid
URL:=http://www.namesys.com/
endef