WIP: LibreTranslate-1.3.4.ebuild #6

Draft
alarig wants to merge 2 commits from alarig-LibreTranslate into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit d229e0f78d - Show all commits

View File

@ -39,6 +39,8 @@ src_prepare() {
default
# Don't strip CFLAGS
sed -i 's/fort_CFLAGS =/fort_CFLAGS = ${CFLAGS} /' src/Makefile.am || die
# Dont compile debug by default
sed -i '/fort_CFLAGS/ s/ -g / /' src/Makefile.am || die
# Don't test network
sed -i '/http/d' test/Makefile.am || die
eautoreconf