Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82615 Details for
Bug 126868
dev-libs/libtommath: patch to respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libtommath-0.36-respectflags.patch
libtommath-0.36-respectflags.patch (text/plain), 1.13 KB, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-19 14:02:50 UTC
(
hide
)
Description:
libtommath-0.36-respectflags.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-19 14:02:50 UTC
Size:
1.13 KB
patch
obsolete
>Index: libtommath-0.36/makefile.shared >=================================================================== >--- libtommath-0.36.orig/makefile.shared >+++ libtommath-0.36/makefile.shared >@@ -81,7 +81,7 @@ bn_mp_init_set_int.o bn_mp_invmod_slow.o > bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o > > $(LIBNAME): $(OBJECTS) >- libtool --mode=link --tag=CC gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION) >+ libtool --mode=link --tag=CC gcc $(LDFLAGS) *.lo -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION) > libtool --mode=link --tag=CC gcc *.o -o $(LIBNAME_S) > > install: $(LIBNAME) $(HEADERS) >@@ -92,10 +92,10 @@ install: $(LIBNAME) $(HEADERS) > > test: $(LIBNAME) demo/demo.o > gcc $(CFLAGS) -c demo/demo.c -o demo/demo.o >- libtool --mode=link gcc -o test demo/demo.o $(LIBNAME_S) >+ libtool --mode=link gcc $(LDFLAGS) -o test demo/demo.o $(LIBNAME_S) > > mtest: test >- cd mtest ; gcc $(CFLAGS) mtest.c -o mtest >+ cd mtest ; gcc $(CFLAGS) $(LDFLAGS) mtest.c -o mtest > > timing: $(LIBNAME) >- gcc $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest >+ gcc $(CFLAGS) $(LDFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest
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 126868
:
82615
|
82621