diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2/linkage.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch b/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch index 08315e7fc8..60185b131f 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch +++ b/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch | |||
@@ -10,11 +10,11 @@ RP | |||
10 | 2016/1/16 | 10 | 2016/1/16 |
11 | 11 | ||
12 | 12 | ||
13 | Index: SDL2-2.0.3/configure.in | 13 | Index: SDL2-2.0.4/configure.in |
14 | =================================================================== | 14 | =================================================================== |
15 | --- SDL2-2.0.3.orig/configure.in | 15 | --- SDL2-2.0.4.orig/configure.in |
16 | +++ SDL2-2.0.3/configure.in | 16 | +++ SDL2-2.0.4/configure.in |
17 | @@ -3136,23 +3136,23 @@ done | 17 | @@ -3464,23 +3464,23 @@ done |
18 | 18 | ||
19 | VERSION_OBJECTS=`echo $VERSION_SOURCES` | 19 | VERSION_OBJECTS=`echo $VERSION_SOURCES` |
20 | VERSION_DEPENDS=`echo $VERSION_SOURCES` | 20 | VERSION_DEPENDS=`echo $VERSION_SOURCES` |
@@ -32,7 +32,7 @@ Index: SDL2-2.0.3/configure.in | |||
32 | SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\ | 32 | SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\ |
33 | -\\$(objects)/\\2.o: \\1/\\2.c\\\\ | 33 | -\\$(objects)/\\2.o: \\1/\\2.c\\\\ |
34 | +\\$(objects)/\\2.lo: \\1/\\2.c\\\\ | 34 | +\\$(objects)/\\2.lo: \\1/\\2.c\\\\ |
35 | \\$(LIBTOOL) --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` | 35 | \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` |
36 | 36 | ||
37 | SDLTEST_OBJECTS=`echo $SDLTEST_SOURCES` | 37 | SDLTEST_OBJECTS=`echo $SDLTEST_SOURCES` |
38 | SDLTEST_DEPENDS=`echo $SDLTEST_SOURCES` | 38 | SDLTEST_DEPENDS=`echo $SDLTEST_SOURCES` |
@@ -41,6 +41,6 @@ Index: SDL2-2.0.3/configure.in | |||
41 | SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\ | 41 | SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\ |
42 | -\\$(objects)/\\2.o: \\1/\\2.c\\\\ | 42 | -\\$(objects)/\\2.o: \\1/\\2.c\\\\ |
43 | +\\$(objects)/\\2.lo: \\1/\\2.c\\\\ | 43 | +\\$(objects)/\\2.lo: \\1/\\2.c\\\\ |
44 | \\$(LIBTOOL) --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` | 44 | \\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"` |
45 | 45 | ||
46 | # Set runtime shared library paths as needed | 46 | # Set runtime shared library paths as needed |