commit 0ac18fb7c1466cbe7f21514a30d735b0e956eefe
Author: Witold Filipczyk <[email protected]>
Date:   Sat Jan 25 11:08:56 2014 +0100

    - obsolete

 libident-DESTDIR.patch | 80 --------------------------------------------------
 1 file changed, 80 deletions(-)
---
diff --git a/libident-DESTDIR.patch b/libident-DESTDIR.patch
deleted file mode 100644
index 1359002..0000000
--- a/libident-DESTDIR.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff -ur libident-0.22.orig/Makefile libident-0.22/Makefile
---- libident-0.22.orig/Makefile        Fri Jan 17 20:10:55 1997
-+++ libident-0.22/Makefile     Sat Jan  6 11:01:57 2001
-@@ -7,11 +7,12 @@
- RM=rm -f
- RANLIB=ranlib
- AR=ar cq
-+LD=ld
- 
--INSTROOT=/usr/local
-+INSTROOT=/usr/
- LIBDIR=$(INSTROOT)/lib
- INCDIR=$(INSTROOT)/include
--MANDIR=$(INSTROOT)/man/man3
-+MANDIR=$(INSTROOT)/share/man/man3
- 
- #
- # Add -g for debugging information
-@@ -19,10 +20,13 @@
- # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
- # needed for our purposes (stdlib, string, unistd).
- #
--CFLAGS = -O
-+#CFLAGS = RPM_OPT_FLAGS
- 
- LDLIBS =
- LIBIDENT = libident.a
-+SHLIBIDENT = libident.so
-+SHLIB0 = libident.so.0
-+SHLIB = libident.so.0.22
- 
- OBJS = ident.o id_open.o id_close.o id_query.o id_parse.o support.o version.o
- 
-@@ -48,13 +52,16 @@
-       @echo other
- 
- 
--all:  $(LIBIDENT)
-+all:  $(LIBIDENT) $(SHLIB)
- 
- $(LIBIDENT):  $(OBJS)
-       -$(RM) $(LIBIDENT)
-       $(AR) $(LIBIDENT) $(OBJS)
-       -$(RANLIB) $(LIBIDENT)
- 
-+$(SHLIB):     $(OBJS)
-+      $(CC) -shared -D_REENTRANT -lc -Wl,-soname,$(SHLIB0) -o $@ $(OBJS)
-+
- testers: lookup-tester ident-tester
- 
- ident-tester: $(LIBIDENT) ident-tester.o
-@@ -83,7 +90,8 @@
- 
- install:
-       -$(RM) $(LIBDIR)/$(LIBIDENT)
--      cp $(LIBIDENT) $(LIBDIR)/$(LIBIDENT)
-+      cp $(LIBIDENT) $(SHLIB) $(LIBDIR)
-+      ln -sf $(SHLIB) $(LIBDIR)/$(SHLIBIDENT)
-       -$(RANLIB) $(LIBDIR)/$(LIBIDENT)
-       -$(RM) $(INCDIR)/ident.h
-       cp ident.h $(INCDIR)/ident.h
-@@ -91,7 +99,8 @@
-       cp ident.3 $(MANDIR)/ident.3
- 
- clean:
--      -$(RM) $(LIBIDENT) ident-tester lookup-tester *~ core *.o \#*
-+      -$(RM) $(LIBIDENT) $(LIBSHAREIDENT) ident-tester lookup-tester *~ \
-+      core *.o #*
- 
- #
- 
-@@ -140,7 +149,7 @@
- #
- #
- linux:
--      @$(MAKE) all CC="gcc" CFLAGS="-O -DHAVE_ANSIHEADERS"
-+      @$(MAKE) all CC="gcc" CFLAGS="$(CFLAGS) -DHAVE_ANSIHEADERS"
- 
- #
- #
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libident.git/commitdiff/f3b307a884384eb1fa9d7f776c0e875eec237f2b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to