From: Florian Fainelli Date: Wed, 29 Mar 2006 22:47:26 +0000 (+0000) Subject: Add libpcre dependency for atftp, closes #432 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8774ff60f3f81fe65c80630cf035a5d8e14dc273;p=15.05%2Fopenwrt.git Add libpcre dependency for atftp, closes #432 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3554 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/atftp/ipkg/atftpd.control b/openwrt/package/atftp/ipkg/atftpd.control index acdd2f1ced..94f49f3f7c 100644 --- a/openwrt/package/atftp/ipkg/atftpd.control +++ b/openwrt/package/atftp/ipkg/atftpd.control @@ -2,4 +2,4 @@ Package: atftpd Priority: optional Section: net Description: tftp server -Depends: libreadline +Depends: libreadline, libpcre