mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
25 lines
696 B
Plaintext
25 lines
696 B
Plaintext
From 6eafa9d127c28dda098a7024fc0a26502a7665ed Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Wed, 11 May 2016 19:38:35 +0000
|
|
Subject: Haiku patch
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index d0e2090..e5a2cff 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -17,8 +17,8 @@ CXX?=g++
|
|
CXXFLAGS?=-O3 -g
|
|
LDFLAGS?=
|
|
# required
|
|
-RE2_CXXFLAGS?=-std=c++11 -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. $(CCICU) $(CCPCRE)
|
|
-RE2_LDFLAGS?=-pthread $(LDICU) $(LDPCRE)
|
|
+RE2_CXXFLAGS?=-std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. $(CCICU) $(CCPCRE)
|
|
+RE2_LDFLAGS?=$(LDICU) $(LDPCRE)
|
|
AR?=ar
|
|
ARFLAGS?=rsc
|
|
NM?=nm
|
|
--
|
|
2.2.2
|
|
|