Changeset 481c089 in freewrt for package/mini_httpd


Ignore:
Timestamp:
Feb 4, 2007, 3:39:20 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
bbfcbcf
Parents:
264600b
Message:

mini-httpd needs zlib

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1853 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/mini_httpd
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • package/mini_httpd/Config.in

    r264600b r481c089  
    1111        default n
    1212        select FWRT_COMPILE_MINI_HTTPD
     13        select FWRT_PACKAGE_ZLIB
    1314        help
    1415          mini_httpd is a small HTTP server. Its performance is not great, but for
     
    4647        select FWRT_COMPILE_MINI_HTTPD
    4748        select FWRT_PACKAGE_LIBMATRIXSSL
     49        select FWRT_PACKAGE_ZLIB
    4850        help
    4951          mini_httpd is a small HTTP server. Its performance is not great, but for
     
    7375        select FWRT_COMPILE_MINI_HTTPD
    7476        select FWRT_PACKAGE_LIBOPENSSL
     77        select FWRT_PACKAGE_ZLIB
    7578        help
    7679          mini_httpd is a small HTTP server. Its performance is not great, but for
  • package/mini_httpd/ipkg/mini-httpd-matrixssl.control

    r264600b r481c089  
    33Section: net
    44Description: A small HTTP server, built with SSL support using MatrixSSL.
    5 Depends: libmatrixssl
     5Depends: libmatrixssl, zlib
  • package/mini_httpd/ipkg/mini-httpd-openssl.control

    r264600b r481c089  
    22Priority: optional
    33Section: net
     4Depends: libopenssl, zlib
    45Description: A small HTTP server, built with SSL support using OpenSSL.
    5 Depends: libopenssl
  • package/mini_httpd/ipkg/mini-httpd.control

    r264600b r481c089  
    22Priority: optional
    33Section: net
    4 Description: A small HTTP server, built with SSL support using MatrixSSL.
    5 Depends: libmatrixssl
     4Description: A small HTTP server, built without SSL support
     5Depends: zlib
Note: See TracChangeset for help on using the changeset viewer.