Make stable in arm

Package-Manager: portage-2.2.14
RepoMan-Options: --force
This commit is contained in:
Mario Fetka
2015-07-30 15:11:38 +02:00
parent 83c6cbb19d
commit 17a8aae901
7 changed files with 42 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
--- Makefile.orig 2011-07-08 14:40:47.000000000 +0200
+++ Makefile 2011-07-08 14:40:54.000000000 +0200
@@ -1025,7 +1025,8 @@
-falign-jumps \
-falign-loops \
-falign-labels \
- -fcrossjumping
+ -fcrossjumping \
+ -Wno-error=unused-but-set-variable
ifeq ($(usenativecc),yes)
ifeq ($(target_os_family),solaris)

View File

@@ -0,0 +1,12 @@
Index: libxflaim-5.1.1046/ftk/src/ftksys.h
===================================================================
--- libxflaim-5.1.1046.orig/ftk/src/ftksys.h
+++ libxflaim-5.1.1046/ftk/src/ftksys.h
@@ -178,6 +178,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
+ #include <signal.h>
typedef int SOCKET;
#define INVALID_SOCKET -1