Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gnome-keyring-yubikey-unlock
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
gnome-keyring-yubikey-unlock
Commits
5fff7191
There was an error fetching the commit references. Please try again later.
Commit
5fff7191
authored
4 years ago
by
Bensong Liu
Browse files
Options
Downloads
Patches
Plain Diff
update rlib version
parent
c775d256
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
src/Makefile
+5
-6
5 additions, 6 deletions
src/Makefile
src/lib/rlib
+1
-1
1 addition, 1 deletion
src/lib/rlib
with
7 additions
and
8 deletions
README.md
+
1
−
1
View file @
5fff7191
...
...
@@ -17,7 +17,7 @@ I encrypt the `keyring-name : password` pair with GnuPG and save it as `secret-f
First, build the project from source.
```
git clone https://github.com/recolic/gnome-keyring-yubikey-unlock
git clone https://github.com/recolic/gnome-keyring-yubikey-unlock
--recursive
cd gnome-keyring-yubikey-unlock/src && make && cd ..
```
...
...
This diff is collapsed.
Click to expand it.
src/Makefile
+
5
−
6
View file @
5fff7191
CXX
?=
g++
CXXFLAGS
:=
$(
shell pkg-config
--cflags
--libs
gnome-keyring-1
)
-I
./lib
-I
.
# Accepts CXXSTD >= C++14
CXXFLAGS
:=
$(
shell pkg-config
--cflags
--libs
gnome-keyring-1
)
-I
./lib
-I
.
-std
=
c++14
EXTRA_FLAGS
?=
secret
:
rlib
$(
CXX
)
$(
CXXFLAGS
)
$(
EXTRA_FLAGS
)
unlock_keyrings.cc ./lib/rlib/libr.a
-o
../bin/unlock_keyrings
rlib
:
cd
./lib/rlib
&&
make
secret
:
mkdir
-p
../bin/
$(
CXX
)
$(
CXXFLAGS
)
$(
EXTRA_FLAGS
)
unlock_keyrings.cc
-o
../bin/unlock_keyrings
This diff is collapsed.
Click to expand it.
rlib
@
097d76f0
Compare
12a60212
...
097d76f0
Subproject commit
12a6021287bf8f9a6adcf83f944a273d57a2f9d3
Subproject commit
097d76f0ac43324a641857ae607c74f236363da5
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