|
@@ -914,7 +914,7 @@ buildGpgError() {
|
|
|
|
|
|
|
|
patchGcrypt() {
|
|
patchGcrypt() {
|
|
|
if [[ "$PLATFORM" == "AppleTVOS" ]]; then
|
|
if [[ "$PLATFORM" == "AppleTVOS" ]]; then
|
|
|
- if [[ "$PKG_VERSION" == "1.8.2-1" ]]; then
|
|
|
|
|
|
|
+ #if [[ "$PKG_VERSION" == "1.8.2-1" ]]; then
|
|
|
cat tests/random.c | head -n 39 > random.patched.c
|
|
cat tests/random.c | head -n 39 > random.patched.c
|
|
|
echo "#include <stdint.h>" >> random.patched.c
|
|
echo "#include <stdint.h>" >> random.patched.c
|
|
|
echo "#include <stdio.h>" >> random.patched.c
|
|
echo "#include <stdio.h>" >> random.patched.c
|
|
@@ -928,7 +928,7 @@ patchGcrypt() {
|
|
|
fixSystem "random.patched.c"
|
|
fixSystem "random.patched.c"
|
|
|
cat tests/random.c | tail -n 727 | sed 's/system (cmdline)/RunCmd(cmdline)/g' >> random.patched.c
|
|
cat tests/random.c | tail -n 727 | sed 's/system (cmdline)/RunCmd(cmdline)/g' >> random.patched.c
|
|
|
cp random.patched.c tests/random.c
|
|
cp random.patched.c tests/random.c
|
|
|
- fi
|
|
|
|
|
|
|
+ #fi
|
|
|
fi
|
|
fi
|
|
|
}
|
|
}
|
|
|
|
|
|