mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
app-crypt/tomb: respect ldflags, install i18n stuff
Closes: https://bugs.gentoo.org/783045 Bug: https://github.com/gentoo/guru/issues/56 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- a/extras/gtomb/gtomb 2021-04-12 03:01:14.803394386 +0200
|
||||
+++ b/extras/gtomb/gtomb 2021-04-12 03:02:19.277491170 +0200
|
||||
--- a/extras/gtomb/gtomb
|
||||
+++ b/extras/gtomb/gtomb
|
||||
@@ -19,8 +19,8 @@
|
||||
# along with this source code. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
17
app-crypt/tomb/files/tomb-2.9-respect-ldflags.patch
Normal file
17
app-crypt/tomb/files/tomb-2.9-respect-ldflags.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
--- a/extras/kdf-keys/Makefile
|
||||
+++ b/extras/kdf-keys/Makefile
|
||||
@@ -2,10 +2,10 @@
|
||||
PREFIX ?= /usr/local
|
||||
|
||||
all:
|
||||
- $(CC) -O2 $(CFLAGS) -o tomb-kdb-pbkdf2 pbkdf2.c -lgcrypt
|
||||
- $(CC) -O2 $(CFLAGS) -o tomb-kdb-pbkdf2-getiter benchmark.c -lgcrypt
|
||||
- $(CC) -O2 $(CFLAGS) -o tomb-kdb-pbkdf2-gensalt gen_salt.c -lgcrypt
|
||||
- $(CC) -O2 $(CFLAGS) -o tomb-kdb-hexencode hexencode.c
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o tomb-kdb-pbkdf2 pbkdf2.c -lgcrypt
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o tomb-kdb-pbkdf2-getiter benchmark.c -lgcrypt
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o tomb-kdb-pbkdf2-gensalt gen_salt.c -lgcrypt
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) -o tomb-kdb-hexencode hexencode.c
|
||||
|
||||
test:
|
||||
@echo "Running Tomb-kdb tests"
|
||||
Reference in New Issue
Block a user