nufw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nufw-devel] IPKG Package available for "OpenWRT" based systems


From: Florian Fainelli
Subject: [Nufw-devel] IPKG Package available for "OpenWRT" based systems
Date: Fri, 11 Mar 2005 20:41:38 +0100
User-agent: KMail/1.7.2

Hi all !

First of all congratulations for your huge work ! It works fine for me, even 
if it needs some size optimizations for small systems such as the router I 
use, but it's ok, it works.

Here you can find an ipkg package, that you can put on your official site if 
you want : 

http://openwrt.alphacore.net/nufw_1.0.0_mipsel.ipk

It is not statically compiled, so that there are dependencies available on my 
website too such as gnutls, glib 2.6, libsasl ...

Thanks a lot for your work and bonne continuation car je crois que vous ĂȘtes 
français ;)

Here is just a patch that allowed me to cleanly compile the nufw package :

diff -Nurd sources/dl/nufw-1.0.0/src/nuauth/authsrv.c 
build_mipsel/nufw-1.0.0/src/nuauth/authsrv.c
--- sources/dl/nufw-1.0.0/src/nuauth/authsrv.c  2005-03-03 09:23:54.000000000 
+0100
+++ build_mipsel/nufw-1.0.0/src/nuauth/authsrv.c        2005-03-11 
20:34:44.754799256 +0100
@@ -705,7 +705,6 @@


        act.sa_handler=&process_poll;
-       act.sa_restorer = NULL;
        act.sa_flags = SIGPOLL;
        if (sigaction(SIGPOLL,&act,NULL) == -1){
                printf("could not set signal");
@@ -713,7 +712,6 @@
        }

        act.sa_handler=&process_usr1;
-       act.sa_restorer = NULL;
        act.sa_flags = SIGUSR1;

        if (sigaction(SIGUSR1,&act,NULL) == -1){
@@ -722,7 +720,6 @@
        }

        act.sa_handler=&process_usr2;
-       act.sa_restorer = NULL;
        act.sa_flags = SIGUSR2;

        if (sigaction(SIGUSR2,&act,NULL) == -1){

-- 
Cordialement, Florian

Association Nantes-Wireless
www.nantes-wireless.org

www.alphacore.net

Attachment: 0x79CB1EEAE44F0DF78FE0177A91E37F7F76E217F3.asc
Description: application/pgp-keys

Attachment: pgpj9ZlW2yNn9.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]