diff options
Diffstat (limited to 'databases/firebird40-server/files/patch-extern_btyacc_Makefile')
-rw-r--r-- | databases/firebird40-server/files/patch-extern_btyacc_Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/firebird40-server/files/patch-extern_btyacc_Makefile b/databases/firebird40-server/files/patch-extern_btyacc_Makefile new file mode 100644 index 000000000000..defaa3243e5b --- /dev/null +++ b/databases/firebird40-server/files/patch-extern_btyacc_Makefile @@ -0,0 +1,12 @@ +--- extern/btyacc/Makefile.orig 2020-10-12 00:02:22 UTC ++++ extern/btyacc/Makefile +@@ -42,7 +42,7 @@ OTHERS = README README.BYACC \ + all: $(PROGRAM) + + $(PROGRAM): $(OBJS) $(LIBS) +- $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) + + clean:; rm -f $(OBJS) + + |