update changelog for Debian build
[fw/altos] / debian / patches / explicit-lcrypto
1 Description: <short summary of the patch>
2  TODO: Put a short summary on the line above and replace this paragraph
3  with a longer explanation of this change. Complete the meta-information
4  with other relevant fields (see below for details). To make it easier, the
5  information below has been extracted from the changelog. Adjust it or drop
6  it.
7  .
8  altos (1.2.1-3) unstable; urgency=low
9  .
10    [ Keith Packard ]
11    * altos: Make FAT test program link explicitly against libcrypto
12 Author: Bdale Garbee <bdale@gag.com>
13
14 ---
15 The information above should follow the Patch Tagging Guidelines, please
16 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
17 are templates for supplementary fields that you might want to add:
18
19 Origin: <vendor|upstream|other>, <url of original patch>
20 Bug: <url in upstream bugtracker>
21 Bug-Debian: http://bugs.debian.org/<bugnumber>
22 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
23 Forwarded: <no|not-needed|url proving that it has been forwarded>
24 Reviewed-By: <name and email of someone who approved the patch>
25 Last-Update: <YYYY-MM-DD>
26
27 --- altos-1.2.1.orig/src/test/Makefile
28 +++ altos-1.2.1/src/test/Makefile
29 @@ -69,7 +69,7 @@ ao_micropeak_test: ao_micropeak_test.c a
30         cc $(CFLAGS) -o $@ ao_micropeak_test.c -lm
31  
32  ao_fat_test: ao_fat_test.c ao_fat.c ao_bufio.c
33 -       cc $(CFLAGS) -o $@ ao_fat_test.c -lssl
34 +       cc $(CFLAGS) -o $@ ao_fat_test.c -lssl -lcrypto
35  
36  ao_aes_test: ao_aes_test.c ao_aes.c ao_aes_tables.c
37         cc $(CFLAGS) -o $@ ao_aes_test.c