projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e0978
)
move ldconfig & ldd to utils section
author
Nicolas Thill
<nico@openwrt.org>
Tue, 14 Apr 2009 16:28:18 +0000
(16:28 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 14 Apr 2009 16:28:18 +0000
(16:28 +0000)
SVN-Revision: 15228
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index 4326c972edd379246f484df03c38b0bfb92f3f1a..093bf5b984d46372227de4a58d17d7a556866e9f 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-117,12
+117,16
@@
$(call Package/libc/Default)
endef
define Package/ldd
-$(call Package/uclibc/Default)
+$(call Package/libc/Default)
+ SECTION:=utils
+ CATEGORY:=Utilities
TITLE:=LDD trace utility
endef
define Package/ldconfig
$(call Package/libc/Default)
+ SECTION:=utils
+ CATEGORY:=Utilities
TITLE:=Shared library path configuration
endef