Changeset 3c16afd227beba8da6b5243952d90ef03f76dbe8
- Timestamp:
- 04/03/08 18:32:13
(3 months ago)
- Author:
- Pavlov Konstantin <thresh@altlinux.ru>
- git-committer:
- Pavlov Konstantin <thresh@altlinux.ru> 1207240333 +0400
- git-parent:
[001ec5ad8f5617fb96d044911bf2dda6015e639e]
- git-author:
- Pavlov Konstantin <thresh@altlinux.ru> 1207240333 +0400
- Message:
Contrib: attempt to fix gcrypt on mingw32.
Added Patches/gcrypt-win32-use-automake19.patch.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6e24e77 |
r3c16afd |
|
| 1830 | 1830 | $(EXTRACT_BZ2) |
|---|
| 1831 | 1831 | patch -p0 < Patches/gcrypt.patch |
|---|
| | 1832 | ifdef HAVE_WIN32 |
|---|
| | 1833 | patch -p0 < Patches/gcrypt-win32-use-automake19.patch |
|---|
| | 1834 | endif |
|---|
| 1832 | 1835 | |
|---|
| 1833 | 1836 | CIPHDIG= --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-publickey-digests=dsa |
|---|