ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: svb@altlinux.ru, devel@altlinux.ru
Subject: [devel] suck -- rpost+ssl
Date: Mon, 8 Sep 2003 16:52:46 +0300
Message-ID: <20030908135246.GB30423@sam-solutions.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

Greetings!

В нашем suck-4.3.2-alt1 сломали поддержку SSL в rpost. Как оказалось,
виноват Makefile.in, в котором правило для сборки rpost не включает в себя
определения для SSL. В результате rpost собирается с SSL, а опция, которой
поддержка SSL активизируется, не поддерживается. Вот такое вот веселье.

Хотел бы обратить внимание всех сборщиков на необходимость проверки
разницы в исходном коде при переходе на новую версию пакета.

-- 
/ Alexander Bokovoy
---
"I'd love to go out with you, but my favorite commercial is on TV."

[-- Attachment #2: suck-4.3.2-rpost-ssl-alt.patch --]
[-- Type: text/plain, Size: 517 bytes --]

--- suck-4.3.2/Makefile.in.original	2003-03-28 21:22:38 +0200
+++ suck-4.3.2/Makefile.in	2003-09-08 16:35:19 +0300
@@ -217,7 +217,7 @@
 	$(CC) -c $(CFLAGS) $(DBZ_GCC_FLAGS) $(CPPFLAGS) $(DEFS) $(PERL_DEFS) $(PERL_INC_LOC) $<
 
 rpost.o: rpost.c
-	$(CC) -c $(CFLAGS) $(DBZ_GCC_FLAGS) $(CPPFLAGS) $(DEFS) $(PERL_DEFS) $(PERL_INC_LOC) $<
+	$(CC) -c $(CFLAGS) $(SSL_DEFS) $(DBZ_GCC_FLAGS) $(CPPFLAGS) $(DEFS) $(PERL_DEFS) $(PERL_INC_LOC) $<
 
 .c.o: 
 	$(CC) -c $(CFLAGS) $(SSL_DEFS) $(GCC_FLAGS) $(CPPFLAGS) $(DEFS) $< 

             reply	other threads:[~2003-09-08 13:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-08 13:52 Alexander Bokovoy [this message]
2003-09-09  7:16 ` [devel] " Michael Shigorin
2003-09-09  8:44   ` Alexander Bokovoy
2003-09-09 10:04     ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030908135246.GB30423@sam-solutions.net \
    --to=a.bokovoy@sam-solutions.net \
    --cc=devel@altlinux.ru \
    --cc=svb@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git