mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
libtomcrypt: aes_enc.o wasn't compiled properly; fixes missing symbols.
This commit is contained in:
parent
9d03bc1454
commit
9a389e839f
2 changed files with 11 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
||||||
+This manual page was written by Michael Stapelberg <michael@stapelberg.de>,
|
+This manual page was written by Michael Stapelberg <michael@stapelberg.de>,
|
||||||
+for the Debian project (and may be used by others).
|
+for the Debian project (and may be used by others).
|
||||||
--- a/makefile.shared.orig 2007-05-12 16:46:25.000000000 +0200
|
--- a/makefile.shared.orig 2007-05-12 16:46:25.000000000 +0200
|
||||||
+++ b/makefile.shared 2013-05-27 17:00:13.143450243 +0200
|
+++ b/makefile.shared 2013-07-18 03:38:06.551390390 +0200
|
||||||
@@ -9,7 +9,7 @@
|
@@ -9,7 +9,7 @@
|
||||||
VERSION=0:117
|
VERSION=0:117
|
||||||
|
|
||||||
|
@ -131,6 +131,15 @@
|
||||||
|
|
||||||
# ranlib tools
|
# ranlib tools
|
||||||
ifndef RANLIB
|
ifndef RANLIB
|
||||||
|
@@ -231,7 +231,7 @@ default:library
|
||||||
|
|
||||||
|
#ciphers come in two flavours... enc+dec and enc
|
||||||
|
src/ciphers/aes/aes_enc.o: src/ciphers/aes/aes.c src/ciphers/aes/aes_tab.c
|
||||||
|
- $(CC) $(CFLAGS) -DENCRYPT_ONLY -c src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o
|
||||||
|
+ libtool --mode=compile --tag=CC @@CC@@ $(CFLAGS) -DENCRYPT_ONLY -c src/ciphers/aes/aes.c -o src/ciphers/aes/aes_enc.o
|
||||||
|
|
||||||
|
#These are the rules to make certain object files.
|
||||||
|
src/ciphers/aes/aes.o: src/ciphers/aes/aes.c src/ciphers/aes/aes_tab.c
|
||||||
@@ -248,15 +248,16 @@ testprof/$(LIBTEST):
|
@@ -248,15 +248,16 @@ testprof/$(LIBTEST):
|
||||||
|
|
||||||
objs: $(OBJECTS)
|
objs: $(OBJECTS)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libtomcrypt'
|
# Template file for 'libtomcrypt'
|
||||||
pkgname=libtomcrypt
|
pkgname=libtomcrypt
|
||||||
version=1.17
|
version=1.17
|
||||||
revision=3
|
revision=4
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
short_desc="Fairly comprehensive, modular and portable cryptographic toolkit"
|
short_desc="Fairly comprehensive, modular and portable cryptographic toolkit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue