File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1011,6 +1011,7 @@ $BUILDDIR/setCrossEnvironment.sh \
1011
1011
./configure \
1012
1012
--host=$TARGET_HOST \
1013
1013
--prefix=$TARGET_DIR /usr \
1014
+ --without-libuuid \
1014
1015
|| exit 1
1015
1016
1016
1017
cp -f ` which libtool` ./
@@ -1335,7 +1336,9 @@ env CFLAGS=" -DDEBUG \
1335
1336
-I$BUILDDIR /../../../../../../jni/crypto/include" \
1336
1337
LDFLAGS=" -L$BUILDDIR -L$BUILDDIR /../../../../../../jni/crypto/lib-$TARGET_ARCH " \
1337
1338
./setCrossEnvironment.sh \
1338
- LIBS=" -lfontenc -lfreetype -llog -lSDL -lGLESv1_CM -landroid-shmem -lcrypto" \
1339
+ LIBS=" -lfontenc -lfreetype -llog -lSDL -lGLESv1_CM -landroid-shmem -l:libcrypto.so.sdl.0.so" \
1340
+ OPENSSL_LIBS=-l:libcrypto.so.sdl.0.so \
1341
+ LIBSHA1_LIBS=-l:libcrypto.so.sdl.0.so \
1339
1342
../../configure \
1340
1343
--host=$TARGET_HOST \
1341
1344
--prefix=$TARGET_DIR /usr \
Original file line number Diff line number Diff line change 1
1
--- Xos_r.h 2013-03-30 01:21:00.000000000 +0200
2
2
+++ Xos_r.h 2013-11-01 19:59:53.048246394 +0200
3
+ @@ -232,7 +232,7 @@
4
+ # define _XGetpwuid(u,p) getpwuid((u))
5
+ # define _XGetpwnam(u,p) getpwnam((u))
6
+
7
+ - #elif !defined(XOS_USE_MTSAFE_PWDAPI) || defined(XNO_MTSAFE_PWDAPI)
8
+ + #elif !defined(XOS_USE_MTSAFE_PWDAPI) || defined(XNO_MTSAFE_PWDAPI) || defined(__ANDROID__)
9
+ /* UnixWare 2.0, or other systems with thread support but no _r API. */
10
+ # define X_NEEDS_PWPARAMS
11
+ typedef struct {
3
12
@@ -289,16 +289,7 @@
4
13
((p).pws.pw_passwd = (p).pws.pw_name + (p).len + 1), \
5
14
((p).len = strlen((p).pwp->pw_passwd)), \
You can’t perform that action at this time.
0 commit comments