mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:06:58 +00:00
strongswan: install dev headers
These are needed for other packages which want to link against libstrongswan or other libraries included with Strongswan. By default, no headers are installed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1eaeb89b94
commit
b08e503eb7
@ -19,6 +19,7 @@ UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--without-lib-prefix \
|
||||
--with-dev-headers=${includedir}/strongswan \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
|
||||
@ -48,7 +49,7 @@ RRECOMMENDS_${PN} = "kernel-module-ipsec"
|
||||
|
||||
FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
|
||||
FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
|
||||
FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la ${libdir}/ipsec/include/config.h"
|
||||
FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
|
||||
|
||||
CONFFILES_${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user