-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcap/2.73: Bump version #26246
libcap/2.73: Bump version #26246
Conversation
|
||
# Always build libcap sources this way: | ||
-CFLAGS += -fPIC -D_LIBPSX_PTHREAD_LINKAGE | ||
+CFLAGS += -D_LIBPSX_PTHREAD_LINKAGE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bobrofon, Why is this line added if nothing similar was added in the previous patch? I couldn’t find anything
upstream—could you help me? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the previous patch, the -fPIC
flag was removed from CFLAGS
. In this patch, the -fPIC
flag is also removed from CFLAGS
. Honestly, I don't see any difference.
-CFLAGS += -fPIC
vs
-CFLAGS += -fPIC -D_LIBPSX_PTHREAD_LINKAGE
+CFLAGS += -D_LIBPSX_PTHREAD_LINKAGE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The associated change in the upstream: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/diff/libcap/Makefile?id=libcap-2.73&id2=libcap-2.70
-CFLAGS += -fPIC
+CFLAGS += -fPIC -D_LIBPSX_PTHREAD_LINKAGE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
Summary
Changes to recipe: libcap/2.73
Motivation
A new version of libcap is available. Full diff between 2.70 and 2.73: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/diff/?id=libcap-2.73&id2=libcap-2.70
Details
Conan-specific patches are the same as for the previous versions. They are only rebased on version 2.73.