virtualbox-5-localconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # -*- Makefile -*-
  2. #
  3. # Overwrite some default kBuild settings
  4. #
  5. #
  6. # Copyright (C) 2006-2008 Sun Microsystems, Inc.
  7. #
  8. # This file is part of VirtualBox Open Source Edition (OSE), as
  9. # available from http://www.virtualbox.org. This file is free software;
  10. # you can redistribute it and/or modify it under the terms of the GNU
  11. # General Public License as published by the Free Software Foundation,
  12. # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
  13. # distribution. VirtualBox OSE is distributed in the hope that it will
  14. # be useful, but WITHOUT ANY WARRANTY of any kind.
  15. #
  16. # shut up wine complaining about unknown locale
  17. EXEC_X86_WIN32 := wine
  18. # don't build testcases to save time, they are not needed for the package
  19. VBOX_WITH_TESTCASES :=
  20. VBOX_WITH_VALIDATIONKIT :=
  21. VBOX_DOCBOOK_WITH_LATEX := 1
  22. KBUILD_MSG_STYLE := brief
  23. ## paths, origin, hardening
  24. VBOX_WITH_HARDENING := 1
  25. VBOX_WITH_ORIGIN :=
  26. VBOX_PATH_APP_PRIVATE_ARCH := /usr/MY_LIBDIR/virtualbox
  27. VBOX_PATH_SHARED_LIBS := $(VBOX_PATH_APP_PRIVATE_ARCH)
  28. VBOX_WITH_RUNPATH := $(VBOX_PATH_APP_PRIVATE_ARCH)
  29. VBOX_PATH_APP_PRIVATE := /usr/share/virtualbox
  30. VBOX_PATH_APP_DOCS = $(VBOX_PATH_PACKAGE_DOCS)
  31. ## don't build unwanted/splitted stuff
  32. VBOX_WITHOUT_ADDITIONS := 1
  33. VBOX_WITH_VBOXDRV :=
  34. VBOX_WITH_VBOXBFE :=
  35. VBOX_WITH_KCHMVIEWER :=
  36. ## don't build with -Werror
  37. VBOX_WITH_WARNINGS_AS_ERRORS :=
  38. ## fix compilation with USE="doc" (Gentoo bug #554932)
  39. VBOX_PATH_DOCBOOK_DTD := /usr/share/sgml/docbook/sgml-dtd-4.4