]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
doc: update documentation for Android
authorVincent Bernat <vincent@bernat.ch>
Wed, 7 Nov 2018 12:25:35 +0000 (13:25 +0100)
committerVincent Bernat <vincent@bernat.ch>
Wed, 7 Nov 2018 12:26:26 +0000 (13:26 +0100)
See #305 for more details.

README.md

index ad889143abfd5860cd4453acaa82003c14793096..f61b6505b1481af2d48918864482977f63e8b35a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -131,13 +131,16 @@ Then, you can build `lldpd` with the following commands:
         --host=arm-linux-androideabi \
         --with-sysroot=$TOOLCHAIN/sysroot \
         --prefix=/system \
-        --sbindir=/system/bin
+        --sbindir=/system/bin \
+        --runstatedir=/data/data/lldpd \
+        --with-privsep-user=root \
+        --with-privsep-group=root
     make
     make install DESTDIR=$PWD/install
 
 Then, copy `install/system/bin/*` to `/system/bin` on the target
 system and `install/system/lib/*.so*` to `/system/lib` on the target
-system.
+system. You may need to create `/data/data/lldpd` as well.
 
 [Android NDK]: http://developer.android.com/tools/sdk/ndk/index.html