Home
last modified time | relevance | path

Searched refs:cap (Results 1 – 8 of 8) sorted by relevance

/buildroot/package/freeradius-server/
A D0002-configure.ac-add-option-for-libcap.patch43 dnl Check for cap
44 dnl extra argument: --with-cap-lib-dir=DIR
46 @@ -974,15 +990,17 @@ AC_ARG_WITH(cap-include-dir,
51 -FR_SMART_CHECK_LIB(cap, cap_get_proc)
53 - AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=…
56 - [Define to 1 if you have the `cap' library (-lcap).]
61 + FR_SMART_CHECK_LIB(cap, cap_get_proc)
63 + AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-di…
66 + [Define to 1 if you have the `cap' library (-lcap).]
/buildroot/package/zsh/
A Dzsh.mk33 ZSH_CONF_OPTS += --enable-cap
36 ZSH_CONF_OPTS += --disable-cap
/buildroot/package/rpm/
A Drpm.mk59 RPM_CONF_OPTS += --with-cap
61 RPM_CONF_OPTS += --without-cap
/buildroot/package/proftpd/
A Dproftpd.mk46 PROFTPD_CONF_OPTS += --enable-cap
49 PROFTPD_CONF_OPTS += --disable-cap
/buildroot/package/makedevs/
A Dmakedevs.c358 cap_t cap, cap_file, cap_new; in bb_set_xattr() local
362 cap = cap_from_text(xattr); in bb_set_xattr()
363 if (cap == NULL) in bb_set_xattr()
388 cap_free(cap); in bb_set_xattr()
/buildroot/board/beaglebone/patches/linux/
A D0004-ata-ahci-fix-enum-constants-for-gcc-13.patch265 - AHCI_HFLAG_YES_NCQ = (1 << 9), /* force NCQ cap on */
271 - AHCI_HFLAG_YES_FBS = (1 << 14), /* force FBS cap on */
285 + AHCI_HFLAG_YES_NCQ = BIT(9), /* force NCQ cap on */
291 + AHCI_HFLAG_YES_FBS = BIT(14), /* force FBS cap on */
306 - AHCI_HFLAG_YES_ALPM = (1 << 23), /* force ALPM cap on */
311 + AHCI_HFLAG_YES_ALPM = BIT(23), /* force ALPM cap on */
/buildroot/package/qemu/
A Dqemu.mk302 --disable-cap-ng \
458 HOST_QEMU_OPTS += --enable-virtfs --enable-cap-ng
461 HOST_QEMU_OPTS += --disable-virtfs --disable-cap-ng
/buildroot/package/asterisk/
A Dasterisk.mk59 --without-cap \

Completed in 18 milliseconds