Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37697528
en ru br
Репозитории ALT
S:0.0.16-alt1.qa2
5.1: 0.0.16-alt1
4.1: 0.0.16-alt1
4.0: 0.0.16-alt1
www.altlinux.org/Changes

Группа :: Коммуникации
Пакет: arp-sk

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: arp-sk-0.0.16-no-compat.patch
Скачать


diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/configure.in arp-sk-0.0.16.hacked/configure.in
--- arp-sk-0.0.16/configure.in	2004-12-07 18:26:45 +0300
+++ arp-sk-0.0.16.hacked/configure.in	2006-09-29 21:01:37 +0400
@@ -36,13 +36,6 @@
 dnl  Checks for libraries.
 dnl 
 
-dnl  Home made compat librairy
-COMPATINC="-I$PWDD/compat"
-COMPATLIB="-L$PWDD/compat -lcompat"
-AC_SUBST(COMPATINC)
-AC_SUBST(COMPATLIB)
-
-
 # Allow user to specify flags
 # copy/paste from OpenSSH's configure.ac
 AC_ARG_WITH(cflags,
@@ -278,7 +271,7 @@
 dnl
 AM_CONFIG_HEADER(include/config.h)
 
-AC_OUTPUT(Makefile man/Makefile compat/Makefile src/Makefile include/version.h include/Makefile)
+AC_OUTPUT(Makefile man/Makefile src/Makefile include/version.h include/Makefile)
 
 
 
diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/include/sk.h arp-sk-0.0.16.hacked/include/sk.h
--- arp-sk-0.0.16/include/sk.h	2004-12-05 19:51:19 +0300
+++ arp-sk-0.0.16.hacked/include/sk.h	2006-09-29 21:01:37 +0400
@@ -44,10 +44,6 @@
 #include <sys/time.h>
 #include <errno.h>
 
-#include <compat.h>
-
-
-
 #define MAXIFNAMELEN 16
 
 extern char sk_ifname[MAXIFNAMELEN];
diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/Makefile.am arp-sk-0.0.16.hacked/Makefile.am
--- arp-sk-0.0.16/Makefile.am	2004-12-05 19:51:39 +0300
+++ arp-sk-0.0.16.hacked/Makefile.am	2006-09-29 21:01:37 +0400
@@ -1,7 +1,6 @@
 include $(top_srcdir)/Makefile.am.common
 
 SUBDIRS = man \
-	compat \
 	include \
 	src
 
diff -urN --exclude='*.m4' --exclude='autom4te*' --exclude='compat*' --exclude=config.guess --exclude='*.log' --exclude='*.sub' --exclude=configure --exclude=Makefile.in --exclude=install-sh --exclude=missing --exclude=mkinstalldirs arp-sk-0.0.16/src/Makefile.am arp-sk-0.0.16.hacked/src/Makefile.am
--- arp-sk-0.0.16/src/Makefile.am	2004-12-05 17:51:39 +0300
+++ arp-sk-0.0.16.hacked/src/Makefile.am	2006-09-29 21:01:37 +0400
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Makefile.am.common
 
-INCLUDES = @NETINC@ @COMPATINC@ 
+INCLUDES = @NETINC@
 
 sbin_PROGRAMS = arp-sk
 
@@ -15,7 +15,7 @@
 	arp-sk.c
 
 
-arp_sk_LDADD = @NETLIB@ @COMPATLIB@
+arp_sk_LDADD = @NETLIB@
 
 
 DISTCLEANFILES = *~
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin