mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
git: Override uname result for cross-compilation.
Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
This commit is contained in:
+2
-1
@@ -98,7 +98,8 @@ MAKE_FLAGS := \
|
||||
GITWEB_JS="/gitweb/gitweb.js" \
|
||||
GITWEB_CSS="/gitweb/gitweb.css" \
|
||||
GITWEB_LOGO="/gitweb/gitweb-logo.png" \
|
||||
GITWEB_FAVICON="/gitweb/gitweb-favicon.png"
|
||||
GITWEB_FAVICON="/gitweb/gitweb-favicon.png" \
|
||||
uname_S="Linux" \
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--without-iconv \
|
||||
|
||||
Reference in New Issue
Block a user