Searched +full:libz +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | README.platform | 20 than the build host then you can add "-DBROKEN_GETADDRINFO" to CFLAGS 21 to force the previous IPv4-only behaviour. 31 --with-ssl-dir=/opt/freeware --with-zlib=/opt/freeware 44 ------ 46 gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl, 47 openssl-devel, zlib, minres, minires-devel. 51 ------------------ 52 Darwin does not provide a tun(4) driver required for OpenSSH-based 57 Point-to-Point (Layer 3) and Ethernet (Layer 2) mode using a third 64 ----- [all …]
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 23 SCRIPT: "make allzstd MOREFLAGS=-static" 27 - COMPILER: "clang-cl" [all …]
|
/freebsd/contrib/bmake/mk/sys/ |
H A D | UnixWare.mk | 7 OS_DEF_FLAG ?= -DUNIXWARE 13 LIBCRT0 ?= /dev/null 21 # no -X 29 AS_STDIN ?= - 33 COMPILE.S ?= ${CC} ${AFLAGS} ${CPPFLAGS} -c 38 CC ?= gcc -pipe ${OS_DEF_FLAG} 39 DBG ?= -O -g 40 STATIC ?= -static 43 DBG ?= -g 44 STATIC ?= -Bstatic # XXX: don't know about UDK compilers [all …]
|
/freebsd/ |
H A D | Makefile.inc1 | 4 # -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir 5 # -DNO_CLEAN do not clean at all 6 # -DDB_FROM_SRC use the user/group databases in src/etc instead of 8 # -DNO_SHARE do not go into share subdir 9 # -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,OBJ} 10 # -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel 11 # -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel 12 # -DNO_KERNELOBJ do not run ${MAKE} obj in ${MAKE} buildkernel 13 # -DNO_ROOT install without using root privilege 14 # -DWITHOUT_CTF do not run the DTrace CTF conversion tools on built objects [all …]
|
H A D | ObsoleteFiles.inc | 9 # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the 10 # delete-old target. This separation allows users to avoid deleting old 18 # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old* 19 # and delete-old* targets will also delete associated debug symbols from 34 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \ 35 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \ 36 # sort | uniq -d 40 # for t in `make -V TARGETS universe`; do 41 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \ 42 # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \ [all …]
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1 2023-07-27 15:45 Christos Zoulas <christos@zoulas.com> 5 2023-07-17 11:53 Christos Zoulas <christos@zoulas.com> 9 2023-05-21 13:05 Christos Zoulas <christos@zoulas.com> 13 2023-02-09 12:50 Christos Zoulas <christos@zoulas.com> 18 2023-01-08 1:08 Christos Zoulas <christos@zoulas.com> 22 2022-12-26 1:47 Christos Zoulas <christos@zoulas.com> 24 * PR/408: fix -p with seccomp 27 2022-12-26 12:26 Christos Zoulas <christos@zoulas.com> 31 2022-12-14 9:24 Christos Zoulas <christos@zoulas.com> 36 2022-10-23 10:21 Christos Zoulas <christos@zoulas.com> [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 24 override of strdup in unbound-host, and the result of config [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='libzfs.so.6'> 2 <elf-needed> 12 <dependency name='libz.so.1'/> 14 <dependency name='ld-linux-x86-64.so.2'/> 15 </elf-needed> 16 <elf-function-symbols> 17 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 18 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… 19 …<elf-symbol name='atomic_add_16_nv' type='func-type' binding='global-binding' visibility='default-… 20 …<elf-symbol name='atomic_add_32' type='func-type' binding='global-binding' visibility='default-vis… [all …]
|