From f21fe84da809d813c008b4d08792187f6d1808d1 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 22 Apr 2012 00:46:59 +1000 Subject: package poco: allow different VENDOR segments of host triplet --- src/poco.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poco.mk b/src/poco.mk index 46c117f..c9cb3c6 100644 --- a/src/poco.mk +++ b/src/poco.mk @@ -20,7 +20,7 @@ define $(PKG)_BUILD --config=MinGW-CrossEnv \ --static \ --prefix='$(PREFIX)/$(TARGET)' - $(MAKE) -C '$(1)' -j '$(JOBS)' install + $(MAKE) -C '$(1)' -j '$(JOBS)' install CROSSENV=$(TARGET) '$(TARGET)-g++' \ -W -Wall -Werror -ansi -pedantic \ -- cgit v0.12