Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2148cb11
...
2148cb11fa211dc37f9765112e6d71b26e3b6174
authored
2002-02-18 05:55:27 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Various build fixes
1 parent
764f77c4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
ChangeLog
comsat/Makefile.am
mail.local/Makefile.am
ChangeLog
View file @
2148cb1
2002
-
02
-
18
Jeff
Bailey
<
jbailey
@outpost
.
dnsalias
.
org
>
*
mail
.
local
/
Makefile
.
am
:
Fix
install_exec_hook
so
that
DESTDIR
installs
work
correctly
.
*
comsat
/
Makefile
.
am
:
Use
libmailutils
.
la
2002
-
02
-
17
Sergey
Poznyakoff
*
imap4d
/
list
.
c
:
Take
into
account
st_dev
.
Patch
provided
...
...
comsat/Makefile.am
View file @
2148cb1
...
...
@@ -5,4 +5,4 @@ sbin_PROGRAMS = comsatd
comsatd_SOURCES
=
action.c cfg.c comsat.c comsat.h
comsatd_LDADD
=
@ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
comsatd_LDADD
=
@ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.
l
a
...
...
mail.local/Makefile.am
View file @
2148cb1
...
...
@@ -10,6 +10,6 @@ mail_local_LDADD = @ARGPLIBS@ @LIBMU_SCM@ ../mailbox/libmailbox.la \
install-exec-hook
:
for
i
in
$(libexec_PROGRAMS)
;
do
\
chown root:mail
$(libexecdir)
/
$$
i;
\
chmod 4755
$(libexecdir)
/
$$
i;
\
chown root:mail
$(
DESTDIR)$(
libexecdir)
/
$$
i;
\
chmod 4755
$(
DESTDIR)$(
libexecdir)
/
$$
i;
\
done
...
...
Please
register
or
sign in
to post a comment