crypt: Adjust def file for DLL name.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user