]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - cloop-honour-build-flags.patch
- updated to 3.0.5.33220
[packages/Firebird.git] / cloop-honour-build-flags.patch
index 1f556e0fcb908d35f60326e0c4674a3f932827ac..0939f5aeea62b9e2a54fe769c9ebcc8f0ff2ecf2 100644 (file)
@@ -2,18 +2,18 @@ Description: make cloop build honor compiler/linker flags from the environment
 Author: Damyan Ivanov <dmn@debian.org>
 Forwarded: no
 
---- a/extern/cloop/Makefile
-+++ b/extern/cloop/Makefile
-@@ -6,7 +6,7 @@ TARGET := release
+--- Firebird-3.0.5.33220-0/extern/cloop/Makefile.orig  2020-01-09 10:53:10.000000000 +0100
++++ Firebird-3.0.5.33220-0/extern/cloop/Makefile       2020-01-13 12:47:47.869169239 +0100
+@@ -6,7 +6,7 @@
  
- CC    := gcc
- CXX   := g++
+ CC    := $(CC)
+ CXX   := $(CXX)
 -LD    := $(CXX)
 +LD    := $(CXX) $(LDFLAGS)
  
  SRC_DIR               := src
  BUILD_DIR     := build
-@@ -27,8 +27,9 @@ SRCS_CPP := $(foreach sdir,$(SRC_DIRS),$
+@@ -27,8 +27,9 @@
  OBJS_C := $(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.o,$(SRCS_C))
  OBJS_CPP := $(patsubst $(SRC_DIR)/%.cpp,$(OBJ_DIR)/%.o,$(SRCS_CPP))
  
This page took 0.09845 seconds and 4 git commands to generate.