Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69369 Details for
Bug 107435
ebuild for automake-1.9.6 with new patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix automake behaviour
automake-1.9.6-suffix-rules.patch (text/plain), 895 bytes, created by
John Ratliff
on 2005-09-27 12:33:38 UTC
(
hide
)
Description:
patch to fix automake behaviour
Filename:
MIME Type:
Creator:
John Ratliff
Created:
2005-09-27 12:33:38 UTC
Size:
895 bytes
patch
obsolete
>diff -ur automake-1.9.6_orig/automake.in automake-1.9.6/automake.in >--- automake-1.9.6_orig/automake.in 2005-06-30 16:17:13.000000000 -0500 >+++ automake-1.9.6/automake.in 2005-09-27 13:06:28.000000000 -0500 >@@ -1690,6 +1690,10 @@ > # This is probably the result of a direct suffix rule. > # In this case we just accept the rewrite. > $object = "$base$extension"; >+ if ($directory ne '') >+ { >+ $object = $directory . '/' . $object; >+ } > $linker = ''; > } > else >@@ -1759,7 +1763,7 @@ > > # For Java, the way we're handling it right now, a > # `..' component doesn't make sense. >- if ($lang->name eq 'java' && $object =~ /(\/|^)\.\.\//) >+ if ($lang && $lang->name eq 'java' && $object =~ /(\/|^)\.\.\//) > { > err_am "`$full' should not contain a `..' component"; > }
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 107435
: 69369 |
69370