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`
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to