comparison 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
comparison
equal deleted inserted replaced
31862:4551864b8e69 31863:4b6dc3f9b281
133 NOTE: If you run Debian you can configure, compile and build a proper Debian 133 NOTE: If you run Debian you can configure, compile and build a proper Debian
134 .deb package with only one command: 134 .deb package with only one command:
135 135
136 debian/daily-build.sh -b 136 debian/daily-build.sh -b
137 137
138 If you want to modify options to configure, please adjust the file 138 You can also pass some variables to the Makefile. For example, if you
139 debian/rules to your needs. 139 want to compile with gcc 3.4 even if it's not the default compiler, or
140 pass extra configure options you would use:
141
142 CC=gcc-3.4 DEB_EXTRA_CONFIGURE_FLAGS="--disable-libdvdcss-internal" debian/daily-build.sh -b
143
140 144
141 To clean up the source tree run the following command: 145 To clean up the source tree run the following command:
142 146
143 fakeroot debian/rules clean 147 fakeroot debian/rules clean
144 rm debian/changelog 148 rm debian/changelog