]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-zlib.patch
- release 4: fixed info patch and typos in spec
[packages/cvs.git] / cvs-zlib.patch
CommitLineData
6b6d6207
JR
1diff -ur cvs-1.11.1/Makefile.am cvs-1.11.1.zlib/Makefile.am
2--- cvs-1.11.1/Makefile.am Wed Jan 3 16:50:41 2001
3+++ cvs-1.11.1.zlib/Makefile.am Wed May 30 21:46:41 2001
4@@ -17,7 +17,7 @@
5 ## Subdirectories to run make in for the primary targets.
82bf0169 6 # Unix source subdirs, where we'll want to run lint and etags:
6b6d6207 7 # This is a legacy variable from b4 Automake
82bf0169 8-USOURCE_SUBDIRS = lib zlib diff src
9+USOURCE_SUBDIRS = lib diff src
10 # All other subdirs:
6b6d6207 11 SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tools \
82bf0169 12 windows-NT os2 emx vms
6b6d6207
JR
13diff -ur cvs-1.11.1/configure.in cvs-1.11.1.zlib/configure.in
14--- cvs-1.11.1/configure.in Wed Apr 25 23:51:25 2001
15+++ cvs-1.11.1.zlib/configure.in Wed May 30 21:48:59 2001
16@@ -300,6 +300,8 @@
82bf0169 17 enable_server=yes
18 fi])
19
20+AC_CHECK_LIB(z, zlibVersion)
6b6d6207 21+
82bf0169 22 dnl The auth server needs to be able to check passwords against passwd
23 dnl file entries, so we only #define AUTH_SERVER_SUPPORT if we can
24 dnl find the crypt function.
6b6d6207
JR
25@@ -366,8 +368,7 @@
26 tools/Makefile \
27 vms/Makefile \
28 windows-NT/Makefile \
29- windows-NT/SCC/Makefile \
30- zlib/Makefile],
31+ windows-NT/SCC/Makefile],
32 [chmod -f +x \
33 contrib/clmerge \
34 contrib/cln_hist \
35diff -ur cvs-1.11.1/src/Makefile.am cvs-1.11.1.zlib/src/Makefile.am
36--- cvs-1.11.1/src/Makefile.am Tue Apr 24 20:14:53 2001
37+++ cvs-1.11.1.zlib/src/Makefile.am Wed May 30 21:47:19 2001
38@@ -20,7 +20,7 @@
39 # try and remove naming ocnflicts and fix Automake to allow particular includes
40 # to be attached only to particular object files. Short term fix is either or.
41 ##INCLUDES = -I. -I.. -I$(srcdir) -I$(top_srcdir)/lib
42-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib $(includeopt)
43+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt)
44
45 bin_PROGRAMS = cvs
46 bin_SCRIPTS = cvsbug
47@@ -95,7 +95,6 @@
48 cvs_LDADD = \
49 ../diff/libdiff.a \
50 ../lib/libcvs.a \
51- ../zlib/libz.a \
52 version.o
53 cvs_EXTRA_DIST = version.c
82bf0169 54
This page took 0.033316 seconds and 4 git commands to generate.