SOURCES: tcp_wrappers-shared.patch - cleanup

baggins baggins at pld-linux.org
Sat Jul 7 18:53:44 CEST 2007


Author: baggins                      Date: Sat Jul  7 16:53:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cleanup

---- Files affected:
SOURCES:
   tcp_wrappers-shared.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/tcp_wrappers-shared.patch
diff -u SOURCES/tcp_wrappers-shared.patch:1.1 SOURCES/tcp_wrappers-shared.patch:1.2
--- SOURCES/tcp_wrappers-shared.patch:1.1	Sat Jul  7 18:38:25 2007
+++ SOURCES/tcp_wrappers-shared.patch	Sat Jul  7 18:53:38 2007
@@ -21,7 +21,7 @@
  # System dependencies: TLI (transport-level interface) support.
  # 
  # Uncomment the following macro if your system has System V.4-style TLI
-@@ -670,9 +674,11 @@
+@@ -670,7 +674,9 @@
  # Protection against weird shells or weird make programs.
  
  SHELL	= /bin/sh
@@ -30,11 +30,8 @@
 +
 +%.lo:;	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $*.c
  
--CFLAGS	= -O -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \
-+CFLAGS	= -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \
+ CFLAGS	= -O -DFACILITY=$(FACILITY) $(ACCESS) $(PARANOID) $(NETGROUP) \
  	$(BUGS) $(SYSTYPE) $(AUTH) $(UMASK) \
- 	-DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \
- 	-DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \
 @@ -679,12 +685,12 @@
  	$(UCHAR) $(TABLES) $(STRINGS) $(TLI) $(EXTRA_CFLAGS) $(DOT) \
  	$(VSYSLOG) $(HOSTNAME)
@@ -68,7 +65,7 @@
  	rm -f $(LIB)
 -	$(AR) $(ARFLAGS) $(LIB) $(LIB_OBJ)
 -	-$(RANLIB) $(LIB)
-+	$(LIBTOOL) --mode=link $(CC) -o $(LDFLAGS) $(LIB) $(LIB_OBJ) -rpath $(LIBDIR)
++	$(LIBTOOL) --mode=link $(CC) -o $(LIB) $(LIB_OBJ) $(LDFLAGS) $(LIBS) -rpath $(LIBDIR)
  
  tcpd:	tcpd.o $(LIB)
 -	$(CC) $(CFLAGS) -o $@ tcpd.o $(LIB) $(LIBS)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/tcp_wrappers-shared.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list