[SCM] rtaudio/master: Dropped CPPFLAGS from generated pkg-config

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Mon Oct 9 14:22:39 UTC 2017


The following commit has been merged in the master branch:
commit 618636cf91cd603a74273defcbfd87e9e10da240
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Oct 9 16:20:19 2017 +0200

    Dropped CPPFLAGS from generated pkg-config
    
    CPPFLAGS are needed to compile rtaudio.
    these are not the same flags as needed for compiling an application using rtaudio.
    sometimes this is even harmful.
    
    Closes: https://github.com/thestk/rtaudio/issues/103
    
    Signed-off-by: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>

diff --git a/rtaudio.pc.in b/rtaudio.pc.in
index e0aa401..ea23395 100644
--- a/rtaudio.pc.in
+++ b/rtaudio.pc.in
@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
 Requires: @req@ 
 Libs: -L${libdir} -lrtaudio
 Libs.private: -lpthread
-Cflags: -pthread -I${includedir} @CPPFLAGS@
+Cflags: -pthread -I${includedir}

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list