Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324490 Details for
Bug 435614
STABLEREQ net-misc/strongswan-5.0.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build when USE="ikev1 -ikev2"
fix-build-ikve-wtihout-ivke2.patch (text/plain), 1.06 KB, created by
Anthony Basile
on 2012-09-21 11:18:47 UTC
(
hide
)
Description:
Fix build when USE="ikev1 -ikev2"
Filename:
MIME Type:
Creator:
Anthony Basile
Created:
2012-09-21 11:18:47 UTC
Size:
1.06 KB
patch
obsolete
>When configured with IKEv1 but not IKEv2, the libraries charon >links against lack symbol ike_auth_lifetime_create which is provided >by ike_auth_lifetime.c. This patch makes sure ike_auth_lifetime.c >is compiled and linked into libcharon.so. > >Signed-off-by: Anthony G. Basile <blueness@gentoo.org> >X-Gentoo-Bug: 435614 >X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=435614 > >--- >diff -Naur strongswan-5.0.0.orig/src/libcharon/Makefile.am strongswan-5.0.0/src/libcharon/Makefile.am >--- strongswan-5.0.0.orig/src/libcharon/Makefile.am 2012-06-01 00:43:57.000000000 -0400 >+++ strongswan-5.0.0/src/libcharon/Makefile.am 2012-09-21 07:09:06.000000000 -0400 >@@ -120,6 +120,7 @@ > sa/ikev1/tasks/quick_mode.c sa/ikev1/tasks/quick_mode.h \ > sa/ikev1/tasks/quick_delete.c sa/ikev1/tasks/quick_delete.h \ > sa/ikev1/tasks/mode_config.c sa/ikev1/tasks/mode_config.h \ >+sa/ikev2/tasks/ike_auth_lifetime.c sa/ikev2/tasks/ike_auth_lifetime.h \ > processing/jobs/dpd_timeout_job.c processing/jobs/dpd_timeout_job.h \ > processing/jobs/adopt_children_job.c processing/jobs/adopt_children_job.h > endif
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 435614
:
324480
| 324490 |
324912