This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
protobuf-c: don't build shared host library
No point and can avoid rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
3 years ago
parent
c2fc267476
commit
89c2971c6e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libs/protobuf-c/Makefile
+ 1
- 1
libs/protobuf-c/Makefile
View File
@ -46,7 +46,7 @@ define Package/libprotobuf-c/description
e
n
d
e
f
CMAKE_HOST_OPTIONS
+=
\
-DBUILD_SHARED_LIBS
=
O
N
\
-DBUILD_SHARED_LIBS
=
O
FF
\
-DCMAKE_CXX_STANDARD
=
11
\
-DCMAKE_SKIP_RPATH
=
OFF
\
-DCMAKE_INSTALL_RPATH
=
"
${
STAGING_DIR_HOSTPKG
}
/lib
"
Write
Preview
Loading…
Cancel
Save