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
6d7ac908
...
6d7ac9084b3d040ff15c57d9c7091fb30d8cf40a
authored
2007-05-14 20:49:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typos, use LDFLAGS instead of LIBS
1 parent
a61419e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
README
README
View file @
6d7ac90
...
...
@@ -79,8 +79,8 @@ mailutils-specific configuration options:
and include paths, e.g.
./configure L
IB
S='-L/usr/local/mysql/lib -L/usr/local/pgsql/lib' \
CPPLAGS='-I/usr/local/mysql/include \
./configure L
DFLAG
S='-L/usr/local/mysql/lib -L/usr/local/pgsql/lib' \
CPP
F
LAGS='-I/usr/local/mysql/include \
-I/usr/local/pgsql/include'
--with-sql=mysql:postgres
...
...
@@ -93,8 +93,8 @@ mailutils-specific configuration options:
may require adding appropriate directories to the library and
include paths, e.g.:
./configure L
IB
S='-L/usr/local/mysql/lib' \
CPPLAGS='-I/usr/local/mysql/include' --with-mysql
./configure L
DFLAG
S='-L/usr/local/mysql/lib' \
CPP
F
LAGS='-I/usr/local/mysql/include' --with-mysql
--with-postgres
...
...
Please
register
or
sign in
to post a comment