]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Feb 2004 07:17:13 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-be-nice-for-proxy.patch -> 1.3
    poldek-ldb4.patch -> 1.2

poldek-be-nice-for-proxy.patch [deleted file]
poldek-ldb4.patch [deleted file]

diff --git a/poldek-be-nice-for-proxy.patch b/poldek-be-nice-for-proxy.patch
deleted file mode 100644 (file)
index cfb1fde..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN poldek-0.18.1.org/vfile/vhttp/http.c poldek-0.18.1/vfile/vhttp/http.c
---- poldek-0.18.1.org/vfile/vhttp/http.c       2003-12-24 11:53:54.098439232 +0100
-+++ poldek-0.18.1/vfile/vhttp/http.c   2003-12-24 12:14:51.627265792 +0100
-@@ -210,16 +210,6 @@
-         vhttp_msg_fn("<   %s", &req[n]);
-     n += nn;
-     
--    nn = n_snprintf(&req[n], sizeof(req) - n, "Pragma: no-cache\r\n");
--    if (*vhttp_verbose > 1)
--        vhttp_msg_fn("<   %s", &req[n]);
--    n += nn;
--    
--    nn = n_snprintf(&req[n], sizeof(req) - n, "Cache-Control: no-cache\r\n");
--    if (*vhttp_verbose > 1)
--        vhttp_msg_fn("<   %s", &req[n]);
--    n += nn;
--    
-     if (fmt) {
-         va_start(args, fmt);
-         nn = n_vsnprintf(&req[n], sizeof(req) - n, fmt, args);
diff --git a/poldek-ldb4.patch b/poldek-ldb4.patch
deleted file mode 100644 (file)
index fef1a1c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- poldek-0.18.1/configure.in.already_patched 2003-11-26 17:05:45.000000000 +0100
-+++ poldek-0.18.1/configure.in 2003-11-26 17:18:00.000000000 +0100
-@@ -241,10 +241,8 @@
-               DBLIB="$DBLIB -ldb1"
-       fi
- else
--        AC_CHECK_LIB(db-4.1, db_create, [DBLIB="-ldb-4.1"], 
--           [AC_CHECK_LIB(db-4.0, db_create, [DBLIB="-ldb-4.0"], 
--                   [AC_CHECK_LIB(db, db_create, [DBLIB="-ldb"],,[$LIBS])], 
--                   [$LIBS])],, [$LIBS])
-+      # Check for "-ldb4" only
-+      AC_CHECK_LIB(db, db_create, [DBLIB="-ldb4"],,[$LIBS]) 
-       if test "${ENABLE_STATIC}." = "yes."; then 
-               DBLIB="$DBLIB"
This page took 0.037981 seconds and 4 git commands to generate.