Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81212 Details for
Bug 124809
libtommath shared libraries link against libstdc++
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Revised libtommath shared library makefile patch
makefile.shared.patch (text/plain), 940 bytes, created by
Bruce Guenter
on 2006-03-03 08:36:10 UTC
(
hide
)
Description:
Revised libtommath shared library makefile patch
Filename:
MIME Type:
Creator:
Bruce Guenter
Created:
2006-03-03 08:36:10 UTC
Size:
940 bytes
patch
obsolete
>--- libtommath-0.36/makefile.shared.orig 2006-03-03 10:14:35.000000000 -0600 >+++ libtommath-0.36/makefile.shared 2006-03-03 10:15:14.000000000 -0600 >@@ -81,11 +81,13 @@ > bn_mp_to_signed_bin_n.o bn_mp_to_unsigned_bin_n.o > > $(LIBNAME): $(OBJECTS) >- libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION) >- libtool --mode=link gcc *.o -o $(LIBNAME_S) >- ranlib $(LIBNAME_S) >- libtool --mode=install install -c $(LIBNAME) $(LIBPATH)/$@ >+ libtool --mode=link --tag=CC gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION) >+ libtool --mode=link --tag=CC gcc *.o -o $(LIBNAME_S) >+ >+install: $(LIBNAME) $(HEADERS) >+ install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) > install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH) >+ libtool --mode=install install -c $(LIBNAME) $(DESTDIR)$(LIBPATH)/$(LIBNAME) > install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH) > > test: $(LIBNAME) demo/demo.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 124809
: 81212