Exclude netfs package from x86_64
It is broken in a lot of places, more than I'm confident fixing.
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
# The packages we build. Each is defined in its own file in the packages/
|
# The packages we build. Each is defined in its own file in the packages/
|
||||||
# subdirectory.
|
# subdirectory.
|
||||||
local packages =
|
local packages = [ FFilterByBuildFeatures
|
||||||
HaikuDevel
|
HaikuDevel
|
||||||
HaikuLoader
|
HaikuLoader
|
||||||
HaikuUserguide
|
HaikuUserguide
|
||||||
HaikuWelcome
|
HaikuWelcome
|
||||||
MakefileEngine
|
MakefileEngine
|
||||||
NetFS
|
NetFS@!x86_64
|
||||||
UserlandFS
|
UserlandFS
|
||||||
|
]
|
||||||
;
|
;
|
||||||
|
|
||||||
if $(HAIKU_BUILD_TYPE) = bootstrap {
|
if $(HAIKU_BUILD_TYPE) = bootstrap {
|
||||||
|
|||||||
Reference in New Issue
Block a user