diff mbox

[v2,2/2] Revert "package/localedef: don't use config.site when cross-compiling"

Message ID 1408698774-13615-2-git-send-email-romain.naour@openwide.fr
State Accepted
Headers show

Commit Message

Romain Naour Aug. 22, 2014, 9:12 a.m. UTC
CONFIG_SITE is now a part of pkg-autotools infrastructure.

This reverts commit 85448febb3c9f21e6e4082fc344b3ef46261c782.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
v2: commit log: add missing Sob
---
 package/localedef/localedef.mk | 4 ----
 1 file changed, 4 deletions(-)

Comments

Thomas De Schampheleire Aug. 22, 2014, 10:02 a.m. UTC | #1
On Fri, Aug 22, 2014 at 11:12 AM, Romain Naour <romain.naour@openwide.fr> wrote:
> CONFIG_SITE is now a part of pkg-autotools infrastructure.
>
> This reverts commit 85448febb3c9f21e6e4082fc344b3ef46261c782.
>
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Peter Korsgaard Sept. 14, 2014, 10:38 p.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > CONFIG_SITE is now a part of pkg-autotools infrastructure.
 > This reverts commit 85448febb3c9f21e6e4082fc344b3ef46261c782.

 > Signed-off-by: Romain Naour <romain.naour@openwide.fr>
 > ---
 > v2: commit log: add missing Sob

Committed, thanks.
diff mbox

Patch

diff --git a/package/localedef/localedef.mk b/package/localedef/localedef.mk
index 9a7118a..17ffd14 100644
--- a/package/localedef/localedef.mk
+++ b/package/localedef/localedef.mk
@@ -8,10 +8,6 @@  LOCALEDEF_VERSION = 2.14.1-r17443-ptx1
 LOCALEDEF_SOURCE  = localedef-eglibc-$(LOCALEDEF_VERSION).tar.bz2
 LOCALEDEF_SITE    = http://www.pengutronix.de/software/ptxdist/temporary-src
 
-# Avoid loading /usr/share/config.site that can redefine libdir when
-# the host arch is a 64bit system.
-HOST_LOCALEDEF_CONF_ENV = CONFIG_SITE="no"
-
 HOST_LOCALEDEF_CONF_OPT += \
 	--prefix=/usr \
 	--with-glibc=./eglibc