Fix typos, use LDFLAGS instead of LIBS
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -79,8 +79,8 @@ mailutils-specific configuration options: | ... | @@ -79,8 +79,8 @@ mailutils-specific configuration options: |
79 | and include paths, e.g. | 79 | and include paths, e.g. |
80 | 80 | ||
81 | 81 | ||
82 | ./configure LIBS='-L/usr/local/mysql/lib -L/usr/local/pgsql/lib' \ | 82 | ./configure LDFLAGS='-L/usr/local/mysql/lib -L/usr/local/pgsql/lib' \ |
83 | CPPLAGS='-I/usr/local/mysql/include \ | 83 | CPPFLAGS='-I/usr/local/mysql/include \ |
84 | -I/usr/local/pgsql/include' | 84 | -I/usr/local/pgsql/include' |
85 | --with-sql=mysql:postgres | 85 | --with-sql=mysql:postgres |
86 | 86 | ||
... | @@ -93,8 +93,8 @@ mailutils-specific configuration options: | ... | @@ -93,8 +93,8 @@ mailutils-specific configuration options: |
93 | may require adding appropriate directories to the library and | 93 | may require adding appropriate directories to the library and |
94 | include paths, e.g.: | 94 | include paths, e.g.: |
95 | 95 | ||
96 | ./configure LIBS='-L/usr/local/mysql/lib' \ | 96 | ./configure LDFLAGS='-L/usr/local/mysql/lib' \ |
97 | CPPLAGS='-I/usr/local/mysql/include' --with-mysql | 97 | CPPFLAGS='-I/usr/local/mysql/include' --with-mysql |
98 | 98 | ||
99 | --with-postgres | 99 | --with-postgres |
100 | 100 | ... | ... |
-
Please register or sign in to post a comment