Changeset 2511
- Timestamp:
- 05/14/07 21:10:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/gnutls/Makefile
r1686 r2511 8 8 9 9 PKG_NAME:= gnutls 10 PKG_VERSION:= 1. 0.2510 PKG_VERSION:= 1.6.2 11 11 PKG_RELEASE:= 1 12 PKG_MD5SUM:= 3585b5b204135e51e0efc9084b3e028b 12 PKG_MD5SUM:= 1b224e4de5ac5ab89a2e53c7af9cf6b0 13 PKG_SOURCE:= gnutls-1.6.2.tar.bz2 13 14 PKG_SOURCE_URL:= ftp://ftp.gnutls.org/pub/gnutls/ \ 14 15 ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \ … … 31 32 --with-included-libcfg=yes \ 32 33 --without-zlib \ 33 --without-lzo 34 --without-lzo \ 35 CFLAGS="-finline-functions" 34 36 BUILD_STYLE= auto 35 37 INSTALL_STYLE= auto


