Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 146406 Details for
Bug 224148
pkgconfig: Requires.private creates unnecessary depencencies
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update to upstream patch to fixup 'make check' behavior as well
pkg-config-0.21-privreq.patch (text/plain), 1.55 KB, created by
Rex Dieter
on 2007-01-24 14:34:38 UTC
(
hide
)
Description:
update to upstream patch to fixup 'make check' behavior as well
Filename:
MIME Type:
Creator:
Rex Dieter
Created:
2007-01-24 14:34:38 UTC
Size:
1.55 KB
patch
obsolete
>--- pkg-config-0.21/parse.c.privreq 2006-08-16 13:45:45.000000000 -0500 >+++ pkg-config-0.21/parse.c 2007-01-24 08:26:13.000000000 -0600 >@@ -946,7 +946,12 @@ > else if (strcmp (tag, "Version") == 0) > parse_version (pkg, p, path); > else if (strcmp (tag, "Requires.private") == 0) >- parse_requires_private (pkg, p, path); >+ { >+ if (ignore_private_libs == FALSE) >+ parse_requires_private (pkg, p, path); >+ else >+ goto cleanup; >+ } > else if (strcmp (tag, "Requires") == 0) > { > if (ignore_requires == FALSE) >@@ -954,9 +959,13 @@ > else > goto cleanup; > } >- else if ((strcmp (tag, "Libs.private") == 0) && >- ignore_private_libs == FALSE) >- parse_libs_private (pkg, p, path); >+ else if (strcmp (tag, "Libs.private") == 0) >+ { >+ if (ignore_private_libs == FALSE) >+ parse_libs_private (pkg, p, path); >+ else >+ goto cleanup; >+ } > else if (strcmp (tag, "Libs") == 0) > parse_libs (pkg, p, path); > else if (strcmp (tag, "Cflags") == 0 || >--- pkg-config-0.21/check/check-requires-private.privreq 2006-08-16 12:05:30.000000000 -0500 >+++ pkg-config-0.21/check/check-requires-private 2007-01-24 08:27:06.000000000 -0600 >@@ -16,7 +16,7 @@ > > # still expect those cflags for static linking case > ARGS="--static --cflags requires-test" >-RESULT="-I/requires-test/include -I/public-dep/include" >+RESULT="-I/requires-test/include -I/private-dep/include -I/public-dep/include" > run_test > > # expect libs for just requires-test and public-dep
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 224148
: 146406