Hi,

Updated patch attached. This replaces all previous patches sent my me on
this bug.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad luabind-0.7.dfsg.orig/debian/rules luabind-0.7.dfsg/debian/rules
--- luabind-0.7.dfsg.orig/debian/rules  2008-05-04 21:31:44.000000000 +0100
+++ luabind-0.7.dfsg/debian/rules       2008-05-04 21:31:57.000000000 +0100
@@ -66,7 +66,7 @@
        for i in $(tests) ; \
                do echo -n "Building test: $$i..." && \
                if g++ $(CFLAGS) -o test_temp $$i main.o -I.. 
-I/usr/include/lua50 -I/usr/include/boost \
-               ../src/.libs/libluabind.a -llua50 -llualib50 &> test_log ; then 
\
+               ../src/.libs/libluabind.a -llua50 -llualib50 >test_log 2>&1 ; 
then \
                        if test -s test_log ; then \
                                echo " OK, warnings:" && \
                                cat test_log | sed -r 's/(.*)/  \1/g' ; \

Attachment: signature.asc
Description: PGP signature

Reply via email to