Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 723802 Details for
Bug 763660
app-crypt/aescrypt-3.14 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
aescrypt-3.14-ldflags.patch
aescrypt-3.14-ldflags.patch (text/plain), 632 bytes, created by
Marco Genasci
on 2021-07-14 08:12:55 UTC
(
hide
)
Description:
aescrypt-3.14-ldflags.patch
Filename:
MIME Type:
Creator:
Marco Genasci
Created:
2021-07-14 08:12:55 UTC
Size:
632 bytes
patch
obsolete
>diff -Naru a/src/Makefile b/src/Makefile >--- a/src/Makefile 2021-07-14 09:25:15.509797042 +0200 >+++ b/src/Makefile 2021-07-14 09:25:46.689797121 +0200 >@@ -27,13 +27,13 @@ > all: aescrypt aescrypt_keygen > > aescrypt: $(AESCRYPT_OBJS) >- $(CC) $(CFLAGS) $(LIBS) -o $@ $(AESCRYPT_OBJS) >+ $(CC) $(CFLAGS) $(LIBS) $(LDFLAGS) -o $@ $(AESCRYPT_OBJS) > > aescrypt_keygen: $(KEYGEN_OBJS) >- $(CC) $(CFLAGS) $(LIBS) -o $@ $(KEYGEN_OBJS) >+ $(CC) $(CFLAGS) $(LIBS) $(LDFLAGS) -o $@ $(KEYGEN_OBJS) > > %.o: %.c %.h >- $(CC) $(CFLAGS) -c $*.c >+ $(CC) $(CFLAGS) $(LDFLAGS) -c $*.c > > install: aescrypt > install -o root -g root -m 755 aescrypt /usr/bin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 763660
:
681235
| 723802