Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 516316 Details for
Bug 645542
net-libs/pf_ring-7.0.0 [new package] library used for fast packet inspection
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pf_ring.patch
pf_ring.patch (text/plain), 628 bytes, created by
Wojciech Myrda
on 2018-01-24 08:37:22 UTC
(
hide
)
Description:
pf_ring.patch
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2018-01-24 08:37:22 UTC
Size:
628 bytes
patch
obsolete
>diff -Naur lib.old/Makefile.in lib/Makefile.in >--- lib.old/Makefile.in 2018-01-23 23:50:56.847074265 +0100 >+++ lib/Makefile.in 2018-01-23 23:55:06.544859251 +0100 >@@ -148,7 +148,7 @@ > ${NBPF_LIB}: > cd ../nbpf; make > >-install: install-static install-shared >+install: install-shared > > install-includes: > mkdir -p ${INSTDIR}/include >@@ -159,8 +159,8 @@ > cp ${STATICLIB} ${INSTDIR}/lib/ > > install-shared: ${DYNAMICLIB} install-includes >- mkdir -p ${INSTDIR}/lib >- cp ${DYNAMICLIB} ${INSTDIR}/lib/ >+ mkdir -p ${DESTDIR}/@libdir@ >+ cp ${DYNAMICLIB} ${DESTDIR}/@libdir@/ > @if test "$(USER)" = "root"; then \ > ldconfig; \ > fi
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 645542
:
516314
| 516316 |
516520