comparison debian/rules @ 4000:587906e031fa

let people pass options to ./configure while building package. use DEB_BUILD_OPTIONS variable for that.
author eyck
date Sat, 05 Jan 2002 19:35:01 +0000
parents 8d60da7c4ac6
children a77ce64a7066
comparison
equal deleted inserted replaced
3999:3c6b061ec033 4000:587906e031fa
17 configure: configure-stamp 17 configure: configure-stamp
18 configure-stamp: 18 configure-stamp:
19 dh_testdir 19 dh_testdir
20 # Add here commands to configure the package. 20 # Add here commands to configure the package.
21 $(checkdir) 21 $(checkdir)
22 ./configure --prefix=/usr --enable-gui 22 ./configure --prefix=/usr --enable-gui $(DEB_BUILD_OPTIONS)
23 23
24 touch configure-stamp 24 touch configure-stamp
25 25
26 build: configure-stamp build-stamp 26 build: configure-stamp build-stamp
27 build-stamp: 27 build-stamp: