Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 100)

Ticket Resolution Summary Owner Reporter
#68 invalid BLD_TYPE: Figure out why tstAsmStructsGC gets -S from VBOXGC bird bird
Description

We override .release in VBOXGCEXE, so the question is why we get the VBOXGC.strict and not VBOXGCEXE.strict.

#122 invalid another set of patches Sérgio Monteiro Basto
Description

Today someone ask me to support kBuild on ppc64le archi , he points out to apply patches from : https://build.opensuse.org/package/show/devel:tools:building/kbuild

But it was much better than it was applied upstream (here) .

Also Debian got some patches for kBuild : http://anonscm.debian.org/cgit/pkg-virtualbox/kbuild.git/tree/debian/patches

#133 invalid VAC308 resets LIB entry Yuri Dario
Description

The VAC308 template is resetting the LIB variable, thus the linker is unable to find default libraries. Suggested patch:

--- VAC308.kmk;2	2015-12-17 16:40:00.000000000 +0100
+++ VAC308.kmk	2017-01-05 15:45:58.000000000 +0100
@@ -66,7 +66,7 @@
  TOOL_VAC308_ENV_SETUP ?= $(REDIRECT) \
 	-E 'BEGINLIBPATH=$(PATH_TOOL_VAC308_DLL);$(BEGINLIBPATH)' \
 	-E 'DPATH=$(PATH_TOOL_VAC308_LOCALE);$(PATH_TOOL_VAC308_HELP);$(DPATH)' \
-	-E 'LIB=' \
+	-E 'LIB=$(PATH_TOOL_VAC308_LIB)' \
 	-E 'INCLUDE=' \
 	--
  TOOL_VAC308_CC  ?= $(PATH_TOOL_VAC308_BIN)/icc$(HOSTSUFF_EXE)

Note: See TracQuery for help on using queries.