Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
f38be5f2
Verified
Commit
f38be5f2
authored
9 months ago
by
Zach van Rijn
Committed by
Anna Wilcox
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
user/gsl: force inline to be static
Closes:
#1197
parent
f377fa5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!763
system/gcc: Update to 13.3.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/gsl/APKBUILD
+3
-1
3 additions, 1 deletion
user/gsl/APKBUILD
user/gsl/static-inline.patch
+12
-0
12 additions, 0 deletions
user/gsl/static-inline.patch
with
15 additions
and
1 deletion
user/gsl/APKBUILD
+
3
−
1
View file @
f38be5f2
...
...
@@ -12,6 +12,7 @@ makedepends=""
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://ftp.gnu.org/gnu/gsl/gsl-
$pkgver
.tar.gz
gsl-2.4-portable.patch
static-inline.patch
"
prepare
()
{
...
...
@@ -65,4 +66,5 @@ package() {
}
sha512sums
=
"3300a748b63b583374701d5ae2a9db7349d0de51061a9f98e7c145b2f7de9710b3ad58b3318d0be2a9a287ace4cc5735bb9348cdf48075b98c1f6cc1029df131 gsl-2.7.1.tar.gz
f6a22e82c8f4a1d5ea7b647cbd015cdb9d2e4e9d39728e8f2dba3fdefac64d3f7c8fbc5ec597e6ab315ec1bd49e0e3af4aba091b358a68d9d789884331f4be24 gsl-2.4-portable.patch"
f6a22e82c8f4a1d5ea7b647cbd015cdb9d2e4e9d39728e8f2dba3fdefac64d3f7c8fbc5ec597e6ab315ec1bd49e0e3af4aba091b358a68d9d789884331f4be24 gsl-2.4-portable.patch
7aa882af7136b6948124885eec6b9bdb2703f581d1656488a6aab8c48f601690fa87f2d6d2566c3a8fa200a5c09310ee076aec847779490ff02e03a5bcd0a2a0 static-inline.patch"
This diff is collapsed.
Click to expand it.
user/gsl/static-inline.patch
0 → 100644
+
12
−
0
View file @
f38be5f2
diff -ur a/gsl_inline.h b/gsl_inline.h
--- a/gsl_inline.h 2024-06-05 08:59:43.655369544 -0500
+++ b/gsl_inline.h 2024-06-05 09:00:02.707862690 -0500
@@ -49,7 +49,7 @@
#ifdef HAVE_INLINE
# if defined(__GNUC_STDC_INLINE__) || defined(GSL_C99_INLINE) || defined(HAVE_C99_INLINE)
# define INLINE_DECL inline /* use C99 inline */
-# define INLINE_FUN inline
+# define INLINE_FUN static inline
# else
# define INLINE_DECL /* use GNU extern inline */
# define INLINE_FUN extern inline
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