ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] suck -- rpost+ssl
@ 2003-09-08 13:52 Alexander Bokovoy
  2003-09-09  7:16 ` [devel] " Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Bokovoy @ 2003-09-08 13:52 UTC (permalink / raw)
  To: svb, devel

[-- 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) $< 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-09 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-08 13:52 [devel] suck -- rpost+ssl Alexander Bokovoy
2003-09-09  7:16 ` [devel] " Michael Shigorin
2003-09-09  8:44   ` Alexander Bokovoy
2003-09-09 10:04     ` Michael Shigorin

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