diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-01 23:21:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-01 23:21:52 +0000 |
commit | 11159fefdd9d8734bc43344f70c9055375d34126 (patch) | |
tree | f0802448e34e9d6bcc4bb08e614d3b1cb5ad2e16 /openwrt | |
parent | 02fa94eae43eedeff084f3a00ebd5ab1dc941083 (diff) | |
download | mtk-20170518-11159fefdd9d8734bc43344f70c9055375d34126.zip mtk-20170518-11159fefdd9d8734bc43344f70c9055375d34126.tar.gz mtk-20170518-11159fefdd9d8734bc43344f70c9055375d34126.tar.bz2 |
Add dependency on libelf to net-snmp
SVN-Revision: 1135
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d445745..9e1540f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -129,6 +129,7 @@ libgd-compile: libpng-compile libnet-compile: libpcap-compile lighttpd-compile: openssl-compile pcre-compile mysql-compile: ncurses-compile zlib-compile +net-snmp-compile: libelf-compile nfs-server-compile: portmap-compile nmap-compile: uclibc++-compile pcre-compile libpcap-compile nocatsplash-compile: glib-compile |