Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82592 Details for
Bug 126851
app-text/convertlit: respect LDFLAGS and link dynamically to libtommath
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
convertlit-1.8-respectflags.patch
convertlit-1.8-respectflags.patch (text/plain), 840 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-19 12:18:16 UTC
(
hide
)
Description:
convertlit-1.8-respectflags.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-19 12:18:16 UTC
Size:
840 bytes
patch
obsolete
>Index: clit18/Makefile >=================================================================== >--- clit18/Makefile.orig >+++ clit18/Makefile >@@ -1,9 +1,9 @@ > all: clit > >-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I . >+CFLAGS+=-funsigned-char -I ../lib -I ../lib/des -I . > clean: > rm -f *.o clit > > clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a >- gcc -o clit $^ ../libtommath-0.30/libtommath.a >+ $(CC) $(LDFLAGS) -o clit $^ -ltommath > >Index: lib/Makefile >=================================================================== >--- lib/Makefile.orig >+++ lib/Makefile >@@ -1,6 +1,6 @@ > all: openclit.a > >-CFLAGS=-O3 -Wall -Ides -Isha -Inewlzx -I. >+CFLAGS+=-Ides -Isha -Inewlzx -I. > clean: > rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o >
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 126851
:
82591
| 82592