<name>Sergey Popov</name>
</maintainer>
<use>
- <flag name='abyss'>Build the Abyss mini web-server.</flag>
- <flag name='libxml2'>Use dev-libs/libxml2 to parse XML instead of the internal expat library.</flag>
- <flag name='threads'>Controls whether to build the Abyss web-server with pthreads or fork 'threading'.</flag>
- <flag name='tools'>Build the xmlrpc* tools.</flag>
+ <flag name="abyss">Build the Abyss mini web-server.</flag>
+ <flag name="libxml2">Use dev-libs/libxml2 to parse XML instead of the internal expat library.</flag>
+ <flag name="threads">Controls whether to build the Abyss web-server with pthreads or fork 'threading'.</flag>
+ <flag name="tools">Build the xmlrpc* tools.</flag>
</use>
</pkgmetadata>
use curl || ewarn "Curl support disabled: No client library will be built"
}
-#Bug 214137: We need to filter this.
-unset SRCDIR
+src_prepare() {
+ #Bug 214137: We need to filter this.
+ unset SRCDIR
-# Bug 255440
-export LC_ALL=C
-export LANG=C
+ # Bug 255440
+ export LC_ALL=C
+ export LANG=C
-src_prepare() {
epatch "${FILESDIR}"/${PN}-1.32.05-Wimplicit.patch
sed -i \
-e "/CFLAGS_COMMON/s|-g -O3$||" \