ppcrcd/trunk/Makefile
    sparky 
    cvs at pld-linux.org
       
    Wed Apr 19 18:33:18 CEST 2006
    
    
  
Author: sparky
Date: Wed Apr 19 18:33:15 2006
New Revision: 7358
Modified:
   ppcrcd/trunk/Makefile
Log:
- pass rpmcxxflags too
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Wed Apr 19 18:33:15 2006
@@ -238,6 +238,7 @@
 		--define="_topdir $(PWD)/out/rpm"	\
 		$(notdir $(firstword $^)).spec		\
 		$(BCOND-$(notdir $(firstword $^))) $(BCOND)		\
+		--define="rpmcxxflags $(CFLAGS)"		\
 		--define="rpmcflags $(CFLAGS)";		\
 		echo $$? > $(PWD)/EXIT) | tee $(PWD)/buildout;
 	[ `cat EXIT` == 0 ] || exit `cat EXIT`
    
    
More information about the pld-cvs-commit
mailing list