diff mbox

xl2tp: bump to version 1.3.2 and add licensing info

Message ID 1386811147.8675.2.camel@phoenix
State Changes Requested
Headers show

Commit Message

Axel Lin Dec. 12, 2013, 1:19 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/xl2tp/xl2tp.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 12, 2013, 9:58 p.m. UTC | #1
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 > Signed-off-by: Axel Lin <axel.lin@ingics.com>

Thanks, but it seems to have gained a dependency on openssl:

aaa.h:18:25: fatal error: openssl/md5.h: No such file or directory

compilation terminated.
make[1]: *** [xl2tpd.o] Error 1
make[1]: *** [avp.o] Error 1
make[1]: Leaving directory `/home/peko/source/buildroot/output/build/xl2tp-v1.3.2'
make: *** [/home/peko/source/buildroot/output/build/xl2tp-v1.3.2/.stamp_built] Error 2

 > ---
 >  package/xl2tp/xl2tp.mk | 4 +++-
 >  1 file changed, 3 insertions(+), 1 deletion(-)

 > diff --git a/package/xl2tp/xl2tp.mk b/package/xl2tp/xl2tp.mk
 > index cf496fe..1df245f 100644
 > --- a/package/xl2tp/xl2tp.mk
 > +++ b/package/xl2tp/xl2tp.mk
 > @@ -4,9 +4,11 @@
 >  #
 >  ################################################################################
 
 > -XL2TP_VERSION = v1.3.1
 > +XL2TP_VERSION = v1.3.2
 >  XL2TP_SITE = $(call github,xelerance,xl2tpd,$(XL2TP_VERSION))
 >  XL2TP_DEPENDENCIES = libpcap
 > +XL2TP_LICENSE = GPLv2+
 > +XL2TP_LICENSE_FILES = LICENSE
 
 >  define XL2TP_BUILD_CMDS
 >  	$(SED) 's/ -O2 //' $(@D)/Makefile
 > -- 
 > 1.8.1.2
Axel Lin Dec. 13, 2013, 1:03 a.m. UTC | #2
2013/12/13 Peter Korsgaard <jacmet@uclibc.org>:
>>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
>
>  > Signed-off-by: Axel Lin <axel.lin@ingics.com>
>
> Thanks, but it seems to have gained a dependency on openssl:
>
> aaa.h:18:25: fatal error: openssl/md5.h: No such file or directory
>
> compilation terminated.
> make[1]: *** [xl2tpd.o] Error 1
> make[1]: *** [avp.o] Error 1
> make[1]: Leaving directory `/home/peko/source/buildroot/output/build/xl2tp-v1.3.2'
> make: *** [/home/peko/source/buildroot/output/build/xl2tp-v1.3.2/.stamp_built] Error 2
Ooops. I didn't hit this in my local build yesterday.
v2 is on the way now.

Thanks,
Axel
diff mbox

Patch

diff --git a/package/xl2tp/xl2tp.mk b/package/xl2tp/xl2tp.mk
index cf496fe..1df245f 100644
--- a/package/xl2tp/xl2tp.mk
+++ b/package/xl2tp/xl2tp.mk
@@ -4,9 +4,11 @@ 
 #
 ################################################################################
 
-XL2TP_VERSION = v1.3.1
+XL2TP_VERSION = v1.3.2
 XL2TP_SITE = $(call github,xelerance,xl2tpd,$(XL2TP_VERSION))
 XL2TP_DEPENDENCIES = libpcap
+XL2TP_LICENSE = GPLv2+
+XL2TP_LICENSE_FILES = LICENSE
 
 define XL2TP_BUILD_CMDS
 	$(SED) 's/ -O2 //' $(@D)/Makefile