debian: improve debian packaging (Thanks to Thomas Hood)
This commit is contained in:
parent
b98afced69
commit
b9bcfaf959
6 changed files with 732 additions and 34 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
|
@ -45,6 +45,7 @@ endif
|
|||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
chmod ugo+x ./configure
|
||||
./configure $(CROSS) --enable-serial-autoprobe --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS) $(CROSS_CFLAGS)" LDFLAGS="-Wl,-z,defs $(LDFLAGS)"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue