Lines Matching +full:lsb +full:- +full:release

10 	DEBUG_CFLAGS="-Werror"
11 DEBUG_CPPFLAGS="-DDEBUG -UNDEBUG"
17 KERNEL_DEBUG_CFLAGS="-Werror"
18 KERNEL_DEBUG_CPPFLAGS="-DDEBUG -UNDEBUG"
23 DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG"
29 KERNEL_DEBUG_CPPFLAGS="-UDEBUG -DNDEBUG"
34 dnl # - Enable all ASSERTs (-DDEBUG)
35 dnl # - Promote all compiler warnings to errors (-Werror)
43 [AS_HELP_STRING([--enable-debug],
82 DEBUG_CFLAGS="$DEBUG_CFLAGS -g -fno-inline $NO_IPA_SRA"
84 KERNEL_DEBUG_CFLAGS="$KERNEL_DEBUG_CFLAGS -fno-inline $KERNEL_NO_IPA_SRA"
97 [AS_HELP_STRING([--enable-debuginfo],
126 AC_ARG_ENABLE([debug-kmem],
127 [AS_HELP_STRING([--enable-debug-kmem],
133 KERNEL_DEBUG_CPPFLAGS="${KERNEL_DEBUG_CPPFLAGS} -DDEBUG_KMEM"
147 dnl # also requires --enable-debug-kmem to be set. When enabled not only will
156 AC_ARG_ENABLE([debug-kmem-tracking],
157 [AS_HELP_STRING([--enable-debug-kmem-tracking],
163 KERNEL_DEBUG_CPPFLAGS="${KERNEL_DEBUG_CPPFLAGS} -DDEBUG_KMEM_TRACKING"
176 AS_IF([sysctl -n kern.conftxt | grep -Fqx $'options\tINVARIANTS'],
196 [AS_HELP_STRING([--enable-invariants],
239 rm -Rf build
243 AS_HELP_STRING([--with-config=CONFIG],
246 AC_ARG_ENABLE([linux-builtin],
247 [AS_HELP_STRING([--enable-linux-builtin],
248 [Configure for builtin in-tree kernel modules @<:@default=no@:>@])],
279 AC_MSG_ERROR([Bad value "$ZFS_CONFIG" for --with-config,
288 [test "$ZFS_CONFIG" = user -o "$ZFS_CONFIG" = all])
290 [test "$ZFS_CONFIG" = kernel -o "$ZFS_CONFIG" = all] &&
293 [test "$ZFS_CONFIG" = kernel -o "$ZFS_CONFIG" = all] &&
302 dnl # are missing it is non-fatal but you will not be able to build
308 dnl # the --with-spec=<distribution> configure option.
315 AS_IF([tmp=$($RPM --version 2>/dev/null)], [
325 AS_IF([tmp=$($RPMBUILD --version 2>/dev/null)], [
334 RPM_DEFINE_COMMON='--define "$(DEBUG_ZFS) 1"'
335 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(DEBUGINFO_ZFS) 1"'
336 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(DEBUG_KMEM_ZFS) 1"'
337 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(DEBUG_KMEM_TRACKING_ZFS) 1"'
338 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(ASAN_ZFS) 1"'
339 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "$(UBSAN_ZFS) 1"'
342 RPM_DEFINE_COMMON=${RPM_DEFINE_COMMON}' --define "__strip /bin/true"'
345 RPM_DEFINE_UTIL=' --define "_initconfdir $(initconfdir)"'
350 dnl # ./configure --with-config=srpm
352 AS_IF([test -n "$dracutdir" ], [
353 RPM_DEFINE_UTIL=${RPM_DEFINE_UTIL}' --define "_dracutdir $(dracutdir)"'
355 AS_IF([test -n "$udevdir" ], [
356 RPM_DEFINE_UTIL=${RPM_DEFINE_UTIL}' --define "_udevdir $(udevdir)"'
358 AS_IF([test -n "$udevruledir" ], [
359 RPM_DEFINE_UTIL=${RPM_DEFINE_UTIL}' --define "_udevruledir $(udevruledir)"'
361 AS_IF([test -n "$bashcompletiondir" ], [
362 RPM_DEFINE_UTIL=${RPM_DEFINE_UTIL}' --define "_bashcompletiondir $(bashcompletiondir)"'
379 MULTIARCH_LIBDIR="lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)"
380 RPM_DEFINE_UTIL=${RPM_DEFINE_UTIL}' --define "_lib $(MULTIARCH_LIBDIR)"'
388 RPM_DEFINE_KMOD='--define "_wrong_version_format_terminate_build 0"'
390 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kernels $(LINUX_VERSION)"'
391 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "ksrc $(LINUX)"'
392 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kobj $(LINUX_OBJ)"'
393 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kernel_cc KERNEL_CC=$(KERNEL_CC)"'
394 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kernel_ld KERNEL_LD=$(KERNEL_LD)"'
395 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kernel_llvm KERNEL_LLVM=$(KERNEL_LLVM)"'
396 …RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kernel_cross_compile KERNEL_CROSS_COMPILE=$(KERNEL_C…
397 RPM_DEFINE_KMOD=${RPM_DEFINE_KMOD}' --define "kernel_arch KERNEL_ARCH=$(KERNEL_ARCH)"'
402 SRPM_DEFINE_COMMON='--define "build_src_rpm 1"'
409 AS_HELP_STRING([--with-spec=SPEC],
436 dnl # Check for dpkg+dpkg-buildpackage to build DEB packages. If these
437 dnl # tools are missing it is non-fatal but you will not be able to build
442 DPKGBUILD=dpkg-buildpackage
445 AS_IF([tmp=$($DPKG --version 2>/dev/null)], [
455 AS_IF([tmp=$($DPKGBUILD --version 2>/dev/null)], [
457 $AWK '/Debian/ { print $[4] }' | cut -f-4 -d'.')
485 AS_IF([tmp=$($ALIEN --version 2>/dev/null)], [
487 ALIEN_MAJOR=$(echo ${ALIEN_VERSION} | $AWK -F'.' '{ print $[1] }')
488 ALIEN_MINOR=$(echo ${ALIEN_VERSION} | $AWK -F'.' '{ print $[2] }')
489 ALIEN_POINT=$(echo ${ALIEN_VERSION} | $AWK -F'.' '{ print $[3] }')
512 [AS_HELP_STRING([--with-vendor],
517 if test -f /etc/alpine-release ; then
519 elif test -f /etc/arch-release ; then
521 elif test -f /etc/artix-release ; then
523 elif test -f /etc/fedora-release ; then
525 elif test -f /bin/freebsd-version ; then
527 elif test -f /etc/gentoo-release ; then
529 elif test -f /etc/lunar.release ; then
531 elif test -f /etc/openEuler-release ; then
533 elif test -f /etc/SuSE-release ; then
535 elif test -f /etc/slackware-version ; then
537 elif test -f /etc/toss-release ; then
539 elif test -f /etc/lsb-release ; then
542 elif test -f /etc/debian_version ; then
544 elif test -f /etc/redhat-release ; then
581 alpine|gentoo) DEFAULT_INIT_SHELL=/sbin/openrc-run
583 artix) DEFAULT_INIT_SHELL=/usr/bin/openrc-run
595 [DEFAULT_INIT_NFS_SERVER="nfs-kernel-server"],
620 AC_MSG_CHECKING([whether initramfs-tools is available])
621 if test -d /usr/share/initramfs-tools ; then
622 RPM_DEFINE_INITRAMFS='--define "_initramfs 1"'
633 bashcompletiondir=/usr/share/bash-completion/completions