diff options
Diffstat (limited to 'recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch')
-rw-r--r-- | recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch b/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch new file mode 100644 index 0000000..e94f69d --- /dev/null +++ b/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | diff --git a/tools/Makefile b/tools/Makefile | ||
2 | index 4d91e7a..ecc5503 100644 | ||
3 | --- a/tools/Makefile | ||
4 | +++ b/tools/Makefile | ||
5 | @@ -19,7 +19,7 @@ LINUXINCLUDE := -I$(src)/../driver | ||
6 | KBUILD_CFLAGS := -g -O3 -DLIBEXECDIR=\"$(libexecdir)\" \ | ||
7 | -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Werror \ | ||
8 | -DJAILHOUSE_VERSION=\"$(shell cat $(src)/../VERSION)\" $(EXTRA_CFLAGS) | ||
9 | -LDFLAGS := | ||
10 | +#LDFLAGS := $(EXTRA_LDLAGS) | ||
11 | |||
12 | BINARIES := jailhouse | ||
13 | HELPERS := \ | ||