Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 228879 Details for
Bug 316815
sys-libs/zlib-1.2.5 fails static build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fix static build
zlib-1.2.5-static.patch (text/plain), 755 bytes, created by
Alan Hourihane
on 2010-04-23 14:24:29 UTC
(
hide
)
Description:
fix static build
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2010-04-23 14:24:29 UTC
Size:
755 bytes
patch
obsolete
>--- Makefile.in.old 2010-04-22 17:37:16.000000000 +0000 >+++ Makefile.in 2010-04-22 17:36:17.000000000 +0000 >@@ -168,10 +168,10 @@ > -@if [ ! -d $(DESTDIR)$(man3dir) ]; then mkdir -p $(DESTDIR)$(man3dir); fi > -@if [ ! -d $(DESTDIR)$(pkgconfigdir) ]; then mkdir -p $(DESTDIR)$(pkgconfigdir); fi > cp $(STATICLIB) $(DESTDIR)$(libdir) >- cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir) > cd $(DESTDIR)$(libdir); chmod u=rw,go=r $(STATICLIB) > -@(cd $(DESTDIR)$(libdir); $(RANLIB) libz.a || true) >/dev/null 2>&1 > -@cd $(DESTDIR)$(sharedlibdir); if test "$(SHAREDLIBV)" -a -f $(SHAREDLIBV); then \ >+ cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir); \ > chmod 755 $(SHAREDLIBV); \ > rm -f $(SHAREDLIB) $(SHAREDLIBM); \ > ln -s $(SHAREDLIBV) $(SHAREDLIB); \
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 Raw
Actions:
View
Attachments on
bug 316815
: 228879 |
228881