diff options
| author | Francois Perrad <fperrad@gmail.com> | 2014-10-11 08:36:44 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-17 14:17:48 +0200 |
| commit | fad24172f111978f2664a6eaffe86ac690403e2e (patch) | |
| tree | d31d8539effd39c6ee943c020ec81f5d69a68fbb /package/Makefile.in | |
| parent | 43f69458aef4987c6c59a45f75ffaec53d397d8f (diff) | |
| download | buildroot-fad24172f111978f2664a6eaffe86ac690403e2e.tar.gz buildroot-fad24172f111978f2664a6eaffe86ac690403e2e.zip | |
pkg-perl: refactor with host-perl
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/Makefile.in')
| -rw-r--r-- | package/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 28a5bfdfcf..ab59b54e50 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -232,9 +232,6 @@ HOST_LDFLAGS += -L$(HOST_DIR)/lib -L$(HOST_DIR)/usr/lib -Wl,-rpath,$(HOST_DIR)/ HOSTCC_VERSION := $(shell $(HOSTCC_NOCCACHE) --version | \ sed -n 's/^.* \([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)[ ]*.*$$/\1\2\3/p') -HOST_PERL_ARCHNAME := $(shell perl -MConfig -e "print Config->{archname}") -export PERL5LIB := $(HOST_DIR)/usr/lib/perl5/$(HOST_PERL_ARCHNAME):$(HOST_DIR)/usr/lib/perl5 - TARGET_CONFIGURE_OPTS = PATH=$(BR_PATH) \ AR="$(TARGET_AR)" \ AS="$(TARGET_AS)" \ |

