[SCM] pd-cyclone/master: pass build-flags to cyclist-makefile

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 24 23:05:58 UTC 2016


The following commit has been merged in the master branch:
commit e84d0838cd82b4e5d4354755929393669039d5b4
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon Jan 25 00:04:36 2016 +0100

    pass build-flags to cyclist-makefile

diff --git a/debian/Makefile.cyclist b/debian/Makefile.cyclist
index a92a6fe..fc6a575 100644
--- a/debian/Makefile.cyclist
+++ b/debian/Makefile.cyclist
@@ -1,4 +1,4 @@
 SHARED_DIR=shared
 cyclist: $(SHARED_DIR)/common/binport.c \
 	$(SHARED_DIR)/common/lex.c $(SHARED_DIR)/unstable/standalone.c 
-	$(CC) $(CFLAGS) -I$(SHARED_DIR) -DMIXED_STANDALONE -o $@ $^
+	$(CC) -I$(SHARED_DIR) -DMIXED_STANDALONE $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $^

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list