Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 340591 - net-misc/openvpn should install plugin headers
Summary: net-misc/openvpn should install plugin headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 21:13 UTC by Michał Sawicz
Modified: 2012-02-16 14:14 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Sawicz 2010-10-11 21:13:53 UTC
net-misc/openvpn sources contain a 'openvpn-plugin.h' header file that's required to build plugins for OpenVPN. This file should be installed into /usr/include/.

Reproducible: Always

Steps to Reproduce:
1. try to build an OpenVPN plugin
Actual Results:  
It fails to find the needed headers.

Expected Results:  
The plugin builds fine.
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-01-29 16:22:04 UTC
That's a pretty easy fix:

+       # install openvpn-plugin.h
+       insinto /usr/include
+       doins openvpn-plugin.h

I've committed this to my overlay if you want to test it. "layman -a darkside"
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-02-16 14:14:41 UTC
This has been fixed in openvpn-2.2.2, thanks to darkside.