archrelease: copy trunk to extra-x86_64
[arch-packages.git] / libfbclient / repos / extra-x86_64 / shared-re2.patch
blob6f499c02e507cb8c9abe8962991e470e68793862
1 diff --git a/builds/posix/Makefile.in b/builds/posix/Makefile.in
2 index c7d3336266..8ad766c1a4 100644
3 --- a/builds/posix/Makefile.in
4 +++ b/builds/posix/Makefile.in
5 @@ -170,9 +170,6 @@ external:
6 $(MAKE) -C $(ROOT)/extern/decNumber
7 ln -sf $(ROOT)/extern/decNumber/libdecFloat.a $(LIB)
9 - CXXFLAGS="-O3 -g -fPIC" $(MAKE) -C $(ROOT)/extern/re2
10 - ln -sf $(ROOT)/extern/re2/obj/libre2.a $(LIB)
12 ifeq ($(TOMMATH_BUILD_FLG),Y)
13 CFLAGS="$(CFLAGS)" $(MAKE) -C $(ROOT)/extern/libtommath -f makefile.shared GCC=$(GCC)
15 diff --git a/builds/posix/make.rules b/builds/posix/make.rules
16 index 3afd891141..44e9e3754d 100644
17 --- a/builds/posix/make.rules
18 +++ b/builds/posix/make.rules
19 @@ -32,7 +32,7 @@
22 # Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
23 -WFLAGS =-I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(ROOT)/extern/re2 $(CPPFLAGS) $(LTCSOURCE)
24 +WFLAGS =-I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include $(CPPFLAGS) $(LTCSOURCE)
26 ifeq ($(TOMMATH_BUILD_FLG),Y)
27 WFLAGS += -I$(TOMMATH_INC)