Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304889 Details for
Bug 403725
net-analyzer/snort-2.9.2 - Files matching a file type that is not allowed: usr/lib/snort_dynamicpreprocessor/* - multilib-strict check failed!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch to fix the issue
snort-fix.patch (text/plain), 1.19 KB, created by
Rick Farina (Zero_Chaos)
on 2012-03-11 03:29:43 UTC
(
hide
)
Description:
ebuild patch to fix the issue
Filename:
MIME Type:
Creator:
Rick Farina (Zero_Chaos)
Created:
2012-03-11 03:29:43 UTC
Size:
1.19 KB
patch
obsolete
>--- snort-2.9.2.ebuild 2012-01-11 03:17:41.000000000 -0500 >+++ snort-2.9.2-r1.ebuild 2012-03-10 22:26:14.581297399 -0500 >@@ -52,7 +52,7 @@ > || die "sed for sf_engine failed" > > #Multilib fix for the curent set of dynamic-preprocessors >- for i in ftptelnet smtp ssh dns ssl dcerpc2 sdf imap pop rzb_saac sip reputation; do >+ for i in ftptelnet smtp ssh dns ssl dcerpc2 sdf imap pop rzb_saac sip reputation gtp modbus dnp3; do > sed -i -e 's|${exec_prefix}/lib|${exec_prefix}/'$(get_libdir)'|g' \ > "${WORKDIR}/${P}/src/dynamic-preprocessors/$i/Makefile.am" \ > || die "sed for $i failed." >@@ -168,8 +168,8 @@ > rm "${D}"usr/share/doc/"${PF}"/Makefile* || die "Failed to remove doc make files" > > #Remove unneeded .la files (Bug #382863) >- rm "${D}"usr/$(get_libdir)/snort_dynamicengine/libsf_engine.la || die >- rm "${D}"usr/$(get_libdir)/snort_dynamicpreprocessor/libsf_*_preproc.la || die "Failed to remove libsf_?_preproc.la" >+ rm "${D}"usr/$(get_libdir)/snort_dynamicengine/libsf_engine.la >+ rm "${D}"usr/$(get_libdir)/snort_dynamicpreprocessor/libsf_*_preproc.la > > # Set the correct lib path for dynamicengine, dynamicpreprocessor, and dynamicdetection > sed -i -e 's|/usr/local/lib|/usr/'$(get_libdir)'|g' \
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 403725
:
301973
| 304889