Seems parts of my patch have been included, but not everything (?). Attached is a patch on 1.0.4.
-- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber/Mail: [EMAIL PROTECTED] http://x1000malquer.de/ - ab 8.11. Atomtransporte stoppen
diff -Naur openvas-plugins-1.0.3/plugins/3com_hub/Makefile openvas-plugins-1.0.3-1/plugins/3com_hub/Makefile --- openvas-plugins-1.0.3/plugins/3com_hub/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/3com_hub/Makefile 2008-09-17 20:37:30.000000000 +0200 @@ -6,7 +6,7 @@ $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -I/usr/local/include `libnet-config --defines --cflags` -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo `libnet-config --defines --libs` -L/usr/local/lib $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/find_service/Makefile openvas-plugins-1.0.3-1/plugins/find_service/Makefile --- openvas-plugins-1.0.3/plugins/find_service/Makefile 2008-05-15 09:38:04.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/find_service/Makefile 2008-09-17 20:37:29.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/ftp_write_dirs/Makefile openvas-plugins-1.0.3-1/plugins/ftp_write_dirs/Makefile --- openvas-plugins-1.0.3/plugins/ftp_write_dirs/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/ftp_write_dirs/Makefile 2008-09-17 20:37:29.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/linux_tftp/Makefile openvas-plugins-1.0.3-1/plugins/linux_tftp/Makefile --- openvas-plugins-1.0.3/plugins/linux_tftp/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/linux_tftp/Makefile 2008-09-17 20:37:28.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/nmap_wrapper/Makefile openvas-plugins-1.0.3-1/plugins/nmap_wrapper/Makefile --- openvas-plugins-1.0.3/plugins/nmap_wrapper/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/nmap_wrapper/Makefile 2008-09-17 20:37:27.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) $(LIBUTIL) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/objectserver/Makefile openvas-plugins-1.0.3-1/plugins/objectserver/Makefile --- openvas-plugins-1.0.3/plugins/objectserver/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/objectserver/Makefile 2008-09-17 20:37:27.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/openvas_tcp_scanner/Makefile openvas-plugins-1.0.3-1/plugins/openvas_tcp_scanner/Makefile --- openvas-plugins-1.0.3/plugins/openvas_tcp_scanner/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/openvas_tcp_scanner/Makefile 2008-09-17 20:37:25.000000000 +0200 @@ -8,7 +8,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/smad/Makefile openvas-plugins-1.0.3-1/plugins/smad/Makefile --- openvas-plugins-1.0.3/plugins/smad/Makefile 2008-05-15 09:38:03.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/smad/Makefile 2008-09-17 20:43:07.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/ssl_ciphers/Makefile openvas-plugins-1.0.3-1/plugins/ssl_ciphers/Makefile --- openvas-plugins-1.0.3/plugins/ssl_ciphers/Makefile 2008-05-15 09:38:04.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/ssl_ciphers/Makefile 2008-09-17 20:32:07.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean : diff -Naur openvas-plugins-1.0.3/plugins/synscan/Makefile openvas-plugins-1.0.3-1/plugins/synscan/Makefile --- openvas-plugins-1.0.3/plugins/synscan/Makefile 2008-05-15 09:38:04.000000000 +0200 +++ openvas-plugins-1.0.3-1/plugins/synscan/Makefile 2008-09-17 20:42:56.000000000 +0200 @@ -5,7 +5,7 @@ all : $(PLUGNAME).nes $(PLUGNAME).nes : $(PLUGNAME).c $(LIBTOOL) --mode=compile --tag CC $(CC) $(DEFS) $(include) -c $(PLUGNAME).c - $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ + $(LIBTOOL) --mode=link --tag CC $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \ -rpath $(rootdir)/bin/plugins ../install_plug $(PLUGNAME) $(rootdir) clean :
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Openvas-devel mailing list Openvas-devel@wald.intevation.org http://lists.wald.intevation.org/mailman/listinfo/openvas-devel