Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
67ef956a
Commit
67ef956a
authored
6 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/libtls-standalone: install libtls.so symlink
parent
5a139d90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/libtls-standalone/APKBUILD
+2
-2
2 additions, 2 deletions
testing/libtls-standalone/APKBUILD
testing/libtls-standalone/Makefile
+1
-0
1 addition, 0 deletions
testing/libtls-standalone/Makefile
with
3 additions
and
2 deletions
testing/libtls-standalone/APKBUILD
+
2
−
2
View file @
67ef956a
...
...
@@ -2,7 +2,7 @@
pkgname
=
libtls-standalone
pkgver
=
2.7.4
_namever
=
${
pkgname
}${
pkgver
%.*
}
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"libtls extricated from libressl sources"
url
=
"http://www.libressl.org/"
arch
=
"all"
...
...
@@ -56,7 +56,7 @@ package() {
}
sha512sums
=
"1cd82a1bff4f655251b5feb0c850f4164e0fd548e4b404407370f74dcc75c205f42efc7787a157eecac84cbbe46af48cb63f46b3fef75f4a0a9ea19a5863a691 libressl-2.7.4.tar.gz
28e08af50fbcb286d413a2df2b063ee90675561c1501d24d33e17c142b85f404a27c4954644d65e367c925981e514dcaad6d311c768162cd02f3eea0db15d14d
Makefile
c898c5b9c426a09291dcf7df4336476d7296cea62b080ef245670adea77765877d989f492d66db998fefb36c1cca8e26d10801227654f5565ee642cf47ffaa98
Makefile
be8216d08a6992ca65a8e3f1e010645833899465090179f269a62de5fcfe2711d463fe1aa57e408492648878fa2ee53377c4509ef48a2aafe3f267cce73e9209 tls_compat.c
0b8fca899e1f7b51979d69458be23c77c1b7f265ed60de76cf5cfb9eb5742111cf50813bd35384831301523a6a0562a20acf1aec22dc0d9ad653271d45ede915 tls_compat.h
71d36fe25c95a0a45497e3f699b01dddcaae9053dd1b1e2419df94272c47024cf6516c51c902129201061601b04a72551904b15a332a4cf53358983b5db73618 test_program.c
...
...
This diff is collapsed.
Click to expand it.
testing/libtls-standalone/Makefile
+
1
−
0
View file @
67ef956a
...
...
@@ -63,6 +63,7 @@ clean:
install
:
install
-D
-m755
libtls.so.
${
LIBTLS_FULLVERSION
}
${
DESTDIR
}${
PREFIX
}
/lib/libtls.so.
${
LIBTLS_FULLVERSION
}
ln
-sf
libtls.so.
${
LIBTLS_FULLVERSION
}
${
DESTDIR
}${
PREFIX
}
/lib/libtls.so.
${
LIBTLS_SOVERSION
}
ln
-sf
libtls.so.
${
LIBTLS_FULLVERSION
}
${
DESTDIR
}${
PREFIX
}
/lib/libtls.so
install
-D
-m644
${LIBRESSL_SRCDIR}/include/tls.h
${DESTDIR}${PREFIX}/include/tls.h
...
...
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