mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libgpg-error: Update to 1.36
Updated patch to fix compilation on mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -74,6 +74,18 @@ AM_SILENT_RULES
|
||||
@@ -74,6 +74,21 @@ AM_SILENT_RULES
|
||||
AC_CANONICAL_HOST
|
||||
AB_INIT
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
+ arm-openwrt-linux-gnu|armeb-openwrt-linux-gnu)
|
||||
+ host=arm-unknown-linux-gnueabi
|
||||
+ ;;
|
||||
+ mips64-openwrt-linux-gnu)
|
||||
+ host=mips64el-unknown-linux-gnuabi64
|
||||
+ ;;
|
||||
+ *)
|
||||
+ host=$(echo $host | sed 's/openwrt/unknown/g')
|
||||
+ ;;
|
||||
|
||||
Reference in New Issue
Block a user