Searched refs:cap (Results 1 – 8 of 8) sorted by relevance
| /buildroot/package/freeradius-server/ |
| A D | 0002-configure.ac-add-option-for-libcap.patch | 43 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 D | zsh.mk | 33 ZSH_CONF_OPTS += --enable-cap 36 ZSH_CONF_OPTS += --disable-cap
|
| /buildroot/package/rpm/ |
| A D | rpm.mk | 59 RPM_CONF_OPTS += --with-cap 61 RPM_CONF_OPTS += --without-cap
|
| /buildroot/package/proftpd/ |
| A D | proftpd.mk | 46 PROFTPD_CONF_OPTS += --enable-cap 49 PROFTPD_CONF_OPTS += --disable-cap
|
| /buildroot/package/makedevs/ |
| A D | makedevs.c | 358 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 D | 0004-ata-ahci-fix-enum-constants-for-gcc-13.patch | 265 - 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 D | qemu.mk | 302 --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 D | asterisk.mk | 59 --without-cap \
|
Completed in 17 milliseconds