mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-01 21:00:16 +00:00
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:
parent
41427ce363
commit
a8e64a4349
2 changed files with 14 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue