switchroot: Fix build on Ubuntu
Was failing with error:
src/switchroot/ostree-prepare-root.c:30:20: fatal error: config.h: No such file or directory
compilation terminated.
Reported by and fix provided by @gatispaeglis.
Closes: #485
Approved by: cgwalters
This commit is contained in:
parent
39918179d1
commit
4d3b93e2ad
|
|
@ -38,7 +38,7 @@ if BUILDOPT_USE_STATIC_COMPILER
|
|||
ostree_boot_SCRIPTS = ostree-prepare-root
|
||||
|
||||
ostree-prepare-root : $(ostree_prepare_root_SOURCES)
|
||||
$(STATIC_COMPILER) -o $@ -static $(ostree_prepare_root_SOURCES) $(AM_CPPFLAGS) $(AM_CFLAGS)
|
||||
$(STATIC_COMPILER) -o $@ -static $(ostree_prepare_root_SOURCES) $(AM_CPPFLAGS) $(AM_CFLAGS) $(DEFAULT_INCLUDES)
|
||||
else
|
||||
ostree_boot_PROGRAMS += ostree-prepare-root
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue