c24e387462
Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busy box. Alpine is therefor the most logical OS base for Docker Images. Although it does not fix #1181 completely, it helps to overcome the problems of building the PSOL on Alpine,
14 lines
410 B
Diff
14 lines
410 B
Diff
--- a/pagespeed/automatic/rename_c_symbols.sh
|
|
+++ b/pagespeed/automatic/rename_c_symbols.sh
|
|
@@ -24,8 +24,8 @@
|
|
set -e # exit script if any command returns an error
|
|
set -u # exit the script if any variable is uninitialized
|
|
|
|
-IN=$(readlink -f $1)
|
|
-OUT=$(readlink -f $2)
|
|
+IN=$1
|
|
+OUT=$2
|
|
|
|
# Get a list of defined non-C++ symbols that are global and not weak.
|
|
# _Z is used at start of C++-mangled symbol names.
|