Lines 71-78
LIBSSH2_LIB_DEPENDS= libssh2.so:security/libssh2
Link Here
|
71 |
|
71 |
|
72 |
ZFS_MESON_ENABLED= storage_zfs |
72 |
ZFS_MESON_ENABLED= storage_zfs |
73 |
|
73 |
|
74 |
VARDIR= /var |
|
|
75 |
|
76 |
MESON_ARGS+= \ |
74 |
MESON_ARGS+= \ |
77 |
-Dapparmor=disabled \ |
75 |
-Dapparmor=disabled \ |
78 |
-Dapparmor_profiles=disabled \ |
76 |
-Dapparmor_profiles=disabled \ |
Lines 122-129
MESON_ARGS+= \
Link Here
|
122 |
-Dwireshark_dissector=disabled \ |
120 |
-Dwireshark_dissector=disabled \ |
123 |
-Dinit_script=none \ |
121 |
-Dinit_script=none \ |
124 |
-Dbash_completion=disabled \ |
122 |
-Dbash_completion=disabled \ |
125 |
-Duserfaultfd_sysctl=disabled \ |
123 |
-Duserfaultfd_sysctl=disabled |
126 |
-Dlocalstatedir=${VARDIR} |
|
|
127 |
|
124 |
|
128 |
# random_data fix can be removed when 8.x is eol |
125 |
# random_data fix can be removed when 8.x is eol |
129 |
CONFIGURE_ENV= ac_cv_type_struct_random_data="" |
126 |
CONFIGURE_ENV= ac_cv_type_struct_random_data="" |
Lines 203-209
post-install:
Link Here
|
203 |
lib/libvirt/network \ |
200 |
lib/libvirt/network \ |
204 |
lib/libvirt/qemu/channel/target \ |
201 |
lib/libvirt/qemu/channel/target \ |
205 |
cache/libvirt/qemu |
202 |
cache/libvirt/qemu |
206 |
@${MKDIR} "${STAGEDIR}/${VARDIR}/${dir}" |
203 |
@${MKDIR} "${STAGEDIR}/var/${dir}" |
207 |
.endfor |
204 |
.endfor |
208 |
|
205 |
|
209 |
.for file in ${CONF_FILES} |
206 |
.for file in ${CONF_FILES} |