diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index 0ac175251..e3d5e7d20 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |||
@@ -19,6 +19,8 @@ SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz \ | |||
19 | file://0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch \ | 19 | file://0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch \ |
20 | file://0004-wvcrash-Replace-use-of-basename-API.patch \ | 20 | file://0004-wvcrash-Replace-use-of-basename-API.patch \ |
21 | file://0005-check-for-libexecinfo-during-configure.patch \ | 21 | file://0005-check-for-libexecinfo-during-configure.patch \ |
22 | file://0001-build-fix-parallel-make.patch \ | ||
23 | file://0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch \ | ||
22 | " | 24 | " |
23 | 25 | ||
24 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" | 26 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" |
@@ -26,8 +28,6 @@ SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8eb | |||
26 | 28 | ||
27 | inherit autotools-brokensep pkgconfig | 29 | inherit autotools-brokensep pkgconfig |
28 | 30 | ||
29 | PARALLEL_MAKE = "" | ||
30 | |||
31 | TARGET_CFLAGS_append = " -fno-tree-dce -fno-optimize-sibling-calls" | 31 | TARGET_CFLAGS_append = " -fno-tree-dce -fno-optimize-sibling-calls" |
32 | 32 | ||
33 | LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib" | 33 | LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib" |