File: fix_library_name.sh

package info (click to toggle)
libcrypto%2B%2B 8.7.0%2Bgit220824-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 23,828 kB
  • sloc: cpp: 109,681; asm: 10,488; sh: 8,875; makefile: 54
file content (6 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
sed -i 's/)\/cryptopp/)\/crypto++/' GNUmakefile
sed -i 's/-lcryptopp/-lcrypto++/' GNUmakefile
sed -i 's/libcryptopp.a/libcrypto++.a/' GNUmakefile
sed -i 's/libcryptopp.pc/libcrypto++.pc/' GNUmakefile
sed -i 's/libcryptopp.so/libcrypto++.so/g' GNUmakefile
sed -i 's/cryptest.exe/cryptest/' GNUmakefile