Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514232 Details for
Bug 643916
[prefix/cygwin] sys-libs/zlib-1.2.11: Emerge fails on prefixed cygwin with USE="minizip"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional patch to make zlib.pc to report the correct sharedlibdir.
zlib-1.2.11-pkgconfig-cygwin.patch (text/plain), 691 bytes, created by
Sven Eden
on 2018-01-11 16:09:05 UTC
(
hide
)
Description:
Additional patch to make zlib.pc to report the correct sharedlibdir.
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2018-01-11 16:09:05 UTC
Size:
691 bytes
patch
obsolete
>--- a/win32/Makefile.gcc 2018-01-11 16:27:22.591814400 +0100 >+++ b/win32/Makefile.gcc 2018-01-11 16:30:33.643064900 +0100 >@@ -43,7 +43,7 @@ > > PREFIX = > CC = $(PREFIX)gcc >-CFLAGS = $(LOC) -O3 -Wall >+CFLAGS = $(LOC) -DHAVE_UNISTD_H -DSTDC -O3 -Wall > > AS = $(CC) > ASFLAGS = $(LOC) -Wall >@@ -143,7 +143,7 @@ > -e 's|@prefix@|${prefix}|g' \ > -e 's|@exec_prefix@|${exec_prefix}|g' \ > -e 's|@libdir@|$(LIBRARY_PATH)|g' \ >- -e 's|@sharedlibdir@|$(LIBRARY_PATH)|g' \ >+ -e 's|@sharedlibdir@|$(BINARY_PATH)|g' \ > -e 's|@includedir@|$(INCLUDE_PATH)|g' \ > -e 's|@VERSION@|'`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' zlib.h`'|g' \ > zlib.pc.in > '$(DESTDIR)$(LIBRARY_PATH)'/pkgconfig/zlib.pc
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 643916
:
513772
|
513774
|
514230
| 514232