]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linphone/linphone-hh-0.12.2.hh1/osipua-ipv6-lossage.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linphone / linphone-hh-0.12.2.hh1 / osipua-ipv6-lossage.patch
1 --- linphone-0.12.2.hh1/osipua/src/Makefile.am~osipua-ipv6-lossage.patch        2004-05-14 22:04:13.000000000 +0100
2 +++ linphone-0.12.2.hh1/osipua/src/Makefile.am  2004-08-29 21:06:30.000000000 +0100
3 @@ -41,11 +41,11 @@
4  
5  noinst_PROGRAMS = osipua_tester test_sdphandler
6  osipua_tester_SOURCES = osipua_tester.c  osipua_tester.h
7 -osipua_tester_CFLAGS = $(OSIP_CFLAGS)
8 +osipua_tester_CFLAGS = $(OSIP_CFLAGS) $(IPV6_CFLAGS)
9  osipua_tester_LDADD   = libosipua.la
10  osipua_tester_LDFLAGS = $(OSIP_LDFLAGS)
11  
12  test_sdphandler_SOURCES = test_sdphandler.c
13 -test_sdphandler_CFLAGS = $(OSIP_CFLAGS)
14 +test_sdphandler_CFLAGS = $(OSIP_CFLAGS) $(IPV6_CFLAGS)
15  test_sdphandler_LDADD = libosipua.la
16  test_sdphandler_LDFLAGS = $(OSIP_LDFLAGS)