projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abc999
)
Georg Horn set -Wall
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 29 Mar 2001 06:44:34 +0000
(06:44 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 29 Mar 2001 06:44:34 +0000
(06:44 +0000)
perl/Curl_easy/Makefile.PL
patch
|
blob
|
history
diff --git
a/perl/Curl_easy/Makefile.PL
b/perl/Curl_easy/Makefile.PL
index 58a8528adec50b2ae7b92b340540d15ab559e88c..c0d6c2ddf4547eb67af51d3b1ebcf5c5615ebccc 100644
(file)
--- a/
perl/Curl_easy/Makefile.PL
+++ b/
perl/Curl_easy/Makefile.PL
@@
-8,7
+8,7
@@
WriteMakefile(
'NAME' => 'Curl::easy',
'VERSION_FROM' => 'easy.pm', # finds $VERSION
'LIBS' => ['-lcurl '], # e.g., '-lm'
- 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
+ 'DEFINE' => '
-Wall
', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'clean' => {FILES => "head.out body.out"}
);