diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-10-19 06:05:20 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-10-19 06:05:20 (GMT) |
commit | 2abbc856c59e32f6349afd54a389d03b2eaa6a0a (patch) | |
tree | 7af2485845b3e4b624ee2d29edd4b25bcda94059 /src/gettext.mk | |
parent | e7f085346efea0196f0c02a042d6f6d267c2327f (diff) | |
download | mxe-2abbc856c59e32f6349afd54a389d03b2eaa6a0a.zip mxe-2abbc856c59e32f6349afd54a389d03b2eaa6a0a.tar.gz mxe-2abbc856c59e32f6349afd54a389d03b2eaa6a0a.tar.bz2 |
packages gettext libiconv: remove unnecessary native builds
Diffstat (limited to 'src/gettext.mk')
-rw-r--r-- | src/gettext.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gettext.mk b/src/gettext.mk index 7930c9e..7e36506 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -17,14 +17,6 @@ define $(PKG)_UPDATE head -1 endef -define $(PKG)_BUILD_$(BUILD) - mkdir '$(1).build' - cd '$(1).build' && '$(1)/configure' \ - --prefix='$(PREFIX)/$(TARGET)' - $(MAKE) -C '$(1).build' -j '$(JOBS)' - $(MAKE) -C '$(1).build' -j 1 install -endef - define $(PKG)_BUILD cd '$(1)/gettext-runtime' && ./configure \ --host='$(TARGET)' \ |