File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,17 @@ echo Link with the system-provided mbed TLS library.
49
49
# Fix for lintian error "embedded-library usr/bin/bibledit: mbedtls":
50
50
# * Remove mbedtls from the list of sources to compile.
51
51
# * Add -lmbedtls and friends to the linker flags.
52
- # sed -i.bak '/mbedtls\//d' Makefile.am
53
- # if [ $? -ne 0 ]; then exit; fi
54
- # sed -i.bak 's/# debian//g' Makefile.am
55
- # if [ $? -ne 0 ]; then exit; fi
56
- # rm *.bak
52
+ sed -i.bak ' /mbedtls\//d' Makefile.am
53
+ if [ $? -ne 0 ]; then exit ; fi
54
+ sed -i.bak ' s/# debian//g' Makefile.am
55
+ if [ $? -ne 0 ]; then exit ; fi
56
+ rm * .bak
57
57
# Also remove the embedded *.h files to be sure building does not reference them.
58
58
# There had been a case that building used the embedded *.h files,
59
59
# leading to segmentation faults.
60
60
# For cleanness, remove the whole mbedtls directory,
61
61
# so all traces of it are gone completely.
62
- # rm -rf mbedtls*
62
+ rm -rf mbedtls*
63
63
64
64
65
65
echo Link with the system-provided utf8proc library.
You can’t perform that action at this time.
0 commit comments