Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
271f3395
Commit
271f3395
authored
Feb 17, 2019
by
valentino
Committed by
Mark Nunberg
Feb 20, 2019
Browse files
fix pkg config
parent
ea9f9d25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
271f3395
...
@@ -198,7 +198,7 @@ $(PKGCONFNAME): hiredis.h
...
@@ -198,7 +198,7 @@ $(PKGCONFNAME): hiredis.h
@
echo
Version:
$(HIREDIS_MAJOR)
.
$(HIREDIS_MINOR)
.
$(HIREDIS_PATCH)
>>
$@
@
echo
Version:
$(HIREDIS_MAJOR)
.
$(HIREDIS_MINOR)
.
$(HIREDIS_PATCH)
>>
$@
@
echo
Libs:
-L
\$
${libdir}
-lhiredis
>>
$@
@
echo
Libs:
-L
\$
${libdir}
-lhiredis
>>
$@
ifdef
USE_SSL
ifdef
USE_SSL
@
echo
Libs.private: lssl
-lcrypto
>>
$@
@
echo
Libs.private:
-
lssl
-lcrypto
>>
$@
endif
endif
@
echo
Cflags:
-I
\$
${includedir}
-D_FILE_OFFSET_BITS
=
64
>>
$@
@
echo
Cflags:
-I
\$
${includedir}
-D_FILE_OFFSET_BITS
=
64
>>
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment