mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
protobuf-native: Enable shared libs
protobuf-c needs shared libraries, linking with static libs ends up with undefined symbols Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
a8e3eddaec
commit
e62cc69909
|
@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad5
|
|||
SRC_URI = "https://github.com/google/protobuf/archive/v3.1.0.tar.gz;downloadfilename=protobuf-3.1.0.tar.gz \
|
||||
"
|
||||
|
||||
EXTRA_OECONF += " --with-protoc=echo --disable-shared"
|
||||
EXTRA_OECONF += " --with-protoc=echo"
|
||||
|
||||
inherit native autotools
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user