Skip to content

Commit

Permalink
dev-libs/xmlrpc-c: Alter LC* and friend in local scope
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Sep 2, 2015
1 parent 86bc29f commit 9bd8d43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions dev-libs/xmlrpc-c/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<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>
12 changes: 6 additions & 6 deletions dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ pkg_setup() {
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$||" \
Expand Down

0 comments on commit 9bd8d43

Please sign in to comment.