diff README @ 31863:4b6dc3f9b281

restore functionality to be able to pass custom configure flags or override the used compiler
author siretart
date Sat, 07 Aug 2010 18:23:31 +0000
parents c9f9a077d760
children
line wrap: on
line diff
--- a/README	Sat Aug 07 18:10:15 2010 +0000
+++ b/README	Sat Aug 07 18:23:31 2010 +0000
@@ -135,8 +135,12 @@
 
   debian/daily-build.sh -b
 
-If you want to modify options to configure, please adjust the file
-debian/rules to your needs.
+You can also pass some variables to the Makefile. For example, if you
+want to compile with gcc 3.4 even if it's not the default compiler, or
+pass extra configure options you would use:
+
+  CC=gcc-3.4 DEB_EXTRA_CONFIGURE_FLAGS="--disable-libdvdcss-internal" debian/daily-build.sh -b
+
 
 To clean up the source tree run the following command: