allow extra configure flags to be read from the shell so a single package defnition can be used for all radios

This commit is contained in:
Michael Iedema 2014-09-03 02:48:10 +02:00
parent 41427ce363
commit a8e64a4349
2 changed files with 14 additions and 1 deletions

2
debian/rules vendored
View file

@ -27,7 +27,7 @@ configure-stamp: configure
dh_testdir
# Add here commands to configure the package.
autoreconf -i
./configure $(confflags)
./configure $(confflags) $(EXTRA_CONFIGURE_FLAGS)
touch configure-stamp
#Architecture