Changes of Revision 9
[-] | Changed | nginx.spec |
x 1
2 exit $? 3 fi 4 chmod -Rf a+rX,u+w,g-w,o-w . 5 +cd .. 6 7 cd boringssl 8 sed -i \ 9 - -e 's:-ggdb -std=c89:-std=c89 -march=sandybridge -O2 -pipe -fdiagnostics-color=always:' \ 10 + -e 's:-ggdb -std=c89:-std=c89 -march=sandybridge -O2 -pipe -fdiagnostics-color=always:' \ 11 -e 's:-ggdb -std=c++0x:-std=c++0x -march=sandybridge -O2 -pipe -fdiagnostics-color=always:' \ 12 -e '/^add_subdirectory(ssl\/test)/d' \ 13 -e '/^add_subdirectory(tool)/d' \ 14 |