crypt: Adjust def file for DLL name.

This commit is contained in:
Alexpux
2014-11-01 00:47:00 +03:00
parent fbc174a1bf
commit 0f5cd74e3c
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
pkgname=('crypt' 'libcrypt' 'libcrypt-devel')
pkgver=1.1
pkgrel=3
pkgrel=4
pkgdesc="Encryption/Decryption utility and library"
groups=('base')
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('custom')
url="http://cygwin.com/"
makedepends=('gcc' 'cvs' 'make')
source=(msysize.patch)
md5sums=('94bbc62ce1317575e365950a1c5f299a')
md5sums=('bd6869c8a0733e459deb621f96c88289')
CVSROOT=":pserver:anoncvs:@sourceware.org:/cvs/cygwin-apps"
CVSMOD="crypt"

View File

@@ -15,3 +15,11 @@
IMPORTLIB=libcrypt.dll.a
APPS=crypt$(EXE)
--- crypt/crypt.def.orig 2014-11-01 00:41:22.483000000 +0300
+++ crypt/crypt.def 2014-11-01 00:41:27.865000000 +0300
@@ -1,4 +1,4 @@
-LIBRARY "cygcrypt-0.dll"
+LIBRARY "msys-crypt-0.dll"
EXPORTS
encrypt