[SCM] juce/master: fixed build-flags for compiling C++-sources

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 31 07:55:49 UTC 2016


The following commit has been merged in the master branch:
commit 345894fca47533e24beea0e08f11cd9b56ce9272
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Jan 30 21:18:01 2016 +0100

    fixed build-flags for compiling C++-sources
    
    after restructuring the build-flags, the preprocessor- and C-flags went missing...

diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile
index 7d25328..18c00da 100644
--- a/debian/libbuilder/Makefile
+++ b/debian/libbuilder/Makefile
@@ -108,7 +108,7 @@ $(OUTDIR)/$(TARGET): $(OBJECTS) $(RESOURCES)
 
 $(OBJDIR)/%.o: %.cpp
 	mkdir -p "$(OBJDIR)"
-	$(CXX) $(JUCE_CXXFLAGS) $(CXXFLAGS) -o "$@" -c "$<"
+	$(CXX) $(JUCE_CPPFLAGS) $(JUCE_CFLAGS) $(JUCE_CXXFLAGS) $(CPPFLAGS) $(CXXFLAGS) -o "$@" -c "$<"
 
 clean:
 	@echo Cleaning juce_dll

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list