Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
6cd00783
Commit
6cd00783
authored
16 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
fix pkg-config reporting of private libraries needed for static linking
parent
72870e2c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ares/CHANGES
+5
-0
5 additions, 0 deletions
ares/CHANGES
ares/RELEASE-NOTES
+3
-2
3 additions, 2 deletions
ares/RELEASE-NOTES
ares/configure.ac
+3
-0
3 additions, 0 deletions
ares/configure.ac
ares/libcares.pc.in
+2
-1
2 additions, 1 deletion
ares/libcares.pc.in
with
13 additions
and
3 deletions
ares/CHANGES
+
5
−
0
View file @
6cd00783
Changelog for the c-ares project
* Jun 9 2008 (Yang Tse)
- Make libcares.pc generated file for pkg-config include information relative
to the libraries needed for the static linking of c-ares.
* May 30 2008 (Yang Tse)
- Brad House fixed a missing header file inclusion in adig sample program.
...
...
This diff is collapsed.
Click to expand it.
ares/RELEASE-NOTES
+
3
−
2
View file @
6cd00783
This is what's new and changed in the c-ares 1.5.3 release:
o adig sample application compilation failure on some systems
o fix adig sample application compilation failure on some systems
o fix pkg-config reporting of private libraries needed for static linking
Thanks go to these friendly people for their efforts and contributions:
Brad House
Brad House
, Yang Tse
and obviously Daniel Stenberg
Have fun!
This diff is collapsed.
Click to expand it.
ares/configure.ac
+
3
−
0
View file @
6cd00783
...
...
@@ -930,5 +930,8 @@ if test -n "$RANDOM_FILE" && test X"$RANDOM_FILE" != Xno ; then
[a suitable file/device to read random data from])
fi
CARES_PRIVATE_LIBS="$LIBS"
AC_SUBST(CARES_PRIVATE_LIBS)
AC_CONFIG_FILES([Makefile libcares.pc])
AC_OUTPUT
This diff is collapsed.
Click to expand it.
ares/libcares.pc.in
+
2
−
1
View file @
6cd00783
...
...
@@ -3,7 +3,7 @@
# / __|____ / _` | '__/ _ \/ __|
# | (_|_____| (_| | | | __/\__ \
# \___| \__,_|_| \___||___/
# $
id:
$
# $
Id
$
#
prefix=@prefix@
exec_prefix=@exec_prefix@
...
...
@@ -18,3 +18,4 @@ Requires:
Requires.private:
Cflags: -I${includedir}
Libs: -L${libdir} -lcares
Libs.private: @CARES_PRIVATE_LIBS@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment