mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-11 00:26:25 +02:00
19 lines
558 B
Diff
19 lines
558 B
Diff
Make sure libdir (SODIR) is created when running parallel make.
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
Index: git/librtmp/Makefile
|
|
===================================================================
|
|
--- git.orig/librtmp/Makefile
|
|
+++ git/librtmp/Makefile
|
|
@@ -115,6 +115,7 @@ install_base: librtmp.a librtmp.pc
|
|
cp librtmp.3 $(MANDIR)/man3
|
|
|
|
install_so: librtmp$(SO_EXT)
|
|
+ -mkdir -p $(SODIR)
|
|
cp librtmp$(SO_EXT) $(SODIR)
|
|
$(INSTALL_IMPLIB)
|
|
cd $(SODIR); ln -sf librtmp$(SO_EXT) librtmp.$(SOX)
|