debian/changelog
author gabriele at naustech dot com
Thu, 12 Jun 2014 14:07:16 +0200
changeset 791 7740ac6fdedc
parent 614 9b1fe0532d0d
permissions -rw-r--r--
Fix : libcanfestival_unix.a not built if examples are not compiled

Problem: when building Canfestival with unix timers 'libcanfestiva_unix.a'
is built only if you build examples too.

Test case:

$ ./configure --timers=unix --can=socket --target=unix
$ make canfestival

...

no errors but 'libcanfestival_unix.a' is not built:
$ find . -name "*.a"
./src/libcanfestival.a

Changing line 90 of 'drivers/unix/Makefile.in' to:
#driver: $(OBJS)
driver: libcanfestival_$(TARGET).a

solves the problem:

$ ./configure --timers=unix --can=socket --target=unix
$ make canfestival

...

$ find . -name "*.a"
./drivers/unix/libcanfestival_unix.a
./src/libcanfestival.a
579
3126da40d469 Fixed : postrm bug when upgrade package
greg
parents: 531
diff changeset
     1
canfestival (3.0-%DATEVERSION%) unstable; urgency=low
346
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     2
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     3
  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     4
614
9b1fe0532d0d Replace \"lolitech\" contact by \"edouard\" contact
greg
parents: 579
diff changeset
     5
 -- edouard <edouard.tisserant@gmail.com>  Fri, 16 Nov 2007 11:22:17 +0100
346
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     6