summaryrefslogtreecommitdiffstats
path: root/recipes-mac/smack/smack/smack_generator_make_fixup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mac/smack/smack/smack_generator_make_fixup.patch')
-rw-r--r--recipes-mac/smack/smack/smack_generator_make_fixup.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-mac/smack/smack/smack_generator_make_fixup.patch b/recipes-mac/smack/smack/smack_generator_make_fixup.patch
new file mode 100644
index 0000000..4d677e7
--- /dev/null
+++ b/recipes-mac/smack/smack/smack_generator_make_fixup.patch
@@ -0,0 +1,18 @@
1Upstream-Status: Pending
2
3Signed-off-by: Armin Kuster <akuster808@gmail.com>
4
5
6Index: git/tests/Makefile
7===================================================================
8--- git.orig/tests/Makefile
9+++ git/tests/Makefile
10@@ -4,7 +4,7 @@ clean:
11 rm -rf ./out ./generator
12
13 generator: generator.c
14- gcc -Wall -O3 generator.c -o ./generator
15+ ${CC} ${LDFLAGS} generator.c -o ./generator
16
17 policies: ./generator ./make_policies.bash
18 ./make_policies.bash ./generator