Skip to content
Snippets Groups Projects
Commit 4944e0c7 authored by Edric Milaret's avatar Edric Milaret Committed by gerrit2
Browse files

ios: fix gsm build

Change-Id: I2e7798dd624209f67139b5e39d8d87507a56900f
Tuleap: #313
parent 48e70d7c
Branches
Tags
No related merge requests found
--- a/src/code.c 2016-06-13 10:49:31.000000000 -0400
+++ b/src/code.c 2016-06-13 10:49:22.000000000 -0400
@@ -16,6 +16,8 @@
extern char * memcpy P((char *, char *, int));
#endif
+#include <string.h>
+
#include "private.h"
#include "gsm.h"
#include "proto.h"
......@@ -12,6 +12,7 @@ $(TARBALLS)/libgsm_$(GSM_VERSION).tar.gz:
gsm: libgsm_$(GSM_VERSION).tar.gz .sum-gsm
$(UNPACK)
mv gsm-1.0-* libgsm_$(GSM_VERSION)
$(APPLY) $(SRC)/gsm/include_ios.patch
$(APPLY) $(SRC)/gsm/gsm-cross.patch
sed -e 's/^CFLAGS.*=/CFLAGS+=/' -i.orig libgsm_$(GSM_VERSION)/Makefile
$(MOVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment