Heikki Korpela posted a patch that makes --libs include the directory in
which libcurl itself is installed in.
This commit is contained in:
Родитель
76125e196c
Коммит
d60cd937b7
|
@ -77,7 +77,7 @@ while test $# -gt 0; do
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--libs)
|
--libs)
|
||||||
echo @LDFLAGS@ @LIBS@
|
echo -L@libdir@ @LDFLAGS@ @LIBS@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче