From: "Damir Shayhutdinov" <lost404@gmail.com>
To: "ALT Linux Sisyphus discussion list" <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Suidclamav
Date: Thu, 21 Sep 2006 10:29:17 +0400
Message-ID: <679044850609202329o2a37f563r3c0966f499e90033@mail.gmail.com> (raw)
In-Reply-To: <200609210958.44746.ashen@nsrz.ru>
> CFLAGS=-I/usr/include -lcrypto -lcurl -ldl -lidn -lssl -lz
Надо CPPFLAGS = -I/usr/include
LDLIBS = -lcrypto -lcurl -ldl -lidn -lssl -lz
all: squidclam.c config.c clamdscan.c
gcc -Wall $(CPPFLAGS) -s -o squidclam squidclam.c config.c
clamdscan.c $(LDLIBS)
gdb: squidclam.c config.c clamdscan.c
gcc -Wall $(CPPFLAGS) -g -o squidclam squidclam.c config.c
clamdscan.c $(LDLIBS)
debug: squidclam.c config.c clamdscan.c
gcc -Wall -DDEBUG $(CPPFLAGS) -g -O2 -o squidclam
squidclam.c config.c clamdscan.c $(LDLIBS)
clean:
rm -f squidclam src/Makefile
install: squidclam
cp squidclam $(DESTDIR)/.
tar: clean
tar --owner=nobody --group=nobody -cvzC ../.. -f
../../release/squidclam-0.22.tar.gz squidclam-0.22
md5sum ../../release/squidclam-0.22.tar.gz | tee
../../release/squidclam-0.22.md5
То есть все -l будут перенесены в конец командной строки.
next prev parent reply other threads:[~2006-09-21 6:29 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-15 12:29 [sisyphus] Suid+clamav Шенцев Алексей Владимирович
2006-09-15 12:37 ` Pavlov Konstantin
2006-09-15 12:42 ` Serge Polkovnikov
2006-09-15 12:44 ` Шенцев Алексей Владимирович
2006-09-15 12:49 ` Slava Dubrovskiy
2006-09-15 12:49 ` Шенцев Алексей Владимирович
2006-09-15 12:54 ` Slava Dubrovskiy
2006-09-15 13:01 ` Serge Polkovnikov
2006-09-15 13:02 ` Slava Dubrovskiy
2006-09-15 13:03 ` Шенцев Алексей Владимирович
2006-09-15 13:10 ` Slava Dubrovskiy
2006-09-15 13:19 ` Шенцев Алексей Владимирович
2006-09-15 17:08 ` Serge
2006-09-16 16:21 ` Slava Dubrovskiy
2006-09-15 17:35 ` Serge
2006-09-16 17:03 ` Slava Dubrovskiy
2006-09-20 10:56 ` [sisyphus] ???UNSURE??? Suid+clamav Serge
2006-09-15 12:57 ` [sisyphus] Suid+clamav Serge Polkovnikov
2006-09-15 12:52 ` Serge Polkovnikov
2006-09-15 13:23 ` Шенцев Алексей Владимирович
2006-09-15 13:30 ` Шенцев Алексей Владимирович
2006-09-15 13:46 ` Eugene Ostapets
2006-09-15 13:49 ` Шенцев Алексей Владимирович
2006-09-15 13:45 ` Шенцев Алексей Владимирович
2006-09-20 11:43 ` [sisyphus] Suidclamav Шенцев Алексей Владимирович
2006-09-20 12:33 ` Damir Shayhutdinov
2006-09-20 12:35 ` Damir Shayhutdinov
2006-09-21 5:58 ` Шенцев Алексей Владимирович
2006-09-21 6:08 ` Andrey Rahmatullin
2006-09-21 6:29 ` Damir Shayhutdinov [this message]
2006-09-21 13:03 ` Шенцев Алексей Владимирович
2006-09-21 13:17 ` Damir Shayhutdinov
2006-09-21 13:28 ` Шенцев Алексей Владимирович
2006-09-21 13:41 ` Damir Shayhutdinov
2006-09-21 13:47 ` Шенцев Алексей Владимирович
2006-09-21 13:56 ` Led
2006-09-21 13:58 ` Шенцев Алексей Владимирович
2006-09-21 13:50 ` Шенцев Алексей Владимирович
2006-09-21 15:05 ` [sisyphus] Suid+clamav Шенцев Алексей Владимирович
2006-09-22 7:13 ` Шенцев Алексей Владимирович
2006-09-22 10:50 ` Шенцев Алексей Владимирович
2007-09-21 15:21 ` Alexey Shabalin
2007-09-21 16:06 ` Grigory Fateyev
2007-09-25 13:50 ` Алексей Шенцев
2007-09-25 14:38 ` Grigory Fateyev
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=679044850609202329o2a37f563r3c0966f499e90033@mail.gmail.com \
--to=lost404@gmail.com \
--cc=sisyphus@lists.altlinux.org \
/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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git