[SCM] primesense-nite-nonfree/master: added CFLAGS to primesense build so it can find its own headers

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Mon May 30 04:11:50 UTC 2011


The following commit has been merged in the master branch:
commit 9c0c1462e0ea1e4573678ccaf899b5a9782db916
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun May 29 23:19:49 2011 -0400

    added CFLAGS to primesense build so it can find its own headers

diff --git a/nite_debian_dir/rules b/nite_debian_dir/rules
index a1c2850..3b2f1d8 100755
--- a/nite_debian_dir/rules
+++ b/nite_debian_dir/rules
@@ -20,7 +20,7 @@ usbruledir = /etc/udev/rules.d
 	dh --with quilt $@ --buildsystem=makefile
 
 override_dh_auto_build:
-	LDFLAGS="-L../../Bin -lGL" $(MAKE)
+	CFLAGS="-I../../Include" LDFLAGS="-L../../Bin -lGL" $(MAKE)
 
 
 override_dh_auto_install:

-- 
primesense-nite-nonfree packaging



More information about the pkg-multimedia-commits mailing list