diff options
| author | Ron Yorston <rmy@pobox.com> | 2015-05-18 09:36:27 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2015-05-18 09:36:27 +0100 |
| commit | 60063627a6d540871061854a362047e6517f821c (patch) | |
| tree | 0de228630450c64e085f2e3f5141b5ba17eccab3 /examples/android-build | |
| parent | ec39cb770ddd5c0e085d5c4ee10be65bab5e7a44 (diff) | |
| parent | 9a595bb36ded308e6d4336aef2c1cd3ac738a398 (diff) | |
| download | busybox-w32-FRP.tar.gz busybox-w32-FRP.tar.bz2 busybox-w32-FRP.zip | |
Merge branch 'busybox' into mergeFRP
Diffstat (limited to '')
| -rwxr-xr-x | examples/android-build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/android-build b/examples/android-build index 89f3b637a..123ba966e 100755 --- a/examples/android-build +++ b/examples/android-build | |||
| @@ -29,4 +29,6 @@ else | |||
| 29 | LDLIBS="dl m c gcc" | 29 | LDLIBS="dl m c gcc" |
| 30 | fi | 30 | fi |
| 31 | 31 | ||
| 32 | # It's possible with newer version | ||
| 33 | # you need to use CFLAGS_busybox instead of EXTRA_LDFLAGS below: | ||
| 32 | make EXTRA_LDFLAGS="$LDFLAGS" LDLIBS="$LDLIBS" "$@" | 34 | make EXTRA_LDFLAGS="$LDFLAGS" LDLIBS="$LDLIBS" "$@" |
