mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
speedo: Add a hint to run ldconfig
--
This commit is contained in:
parent
34d19d448d
commit
fd6c38605a
1
README
1
README
@ -94,6 +94,7 @@
|
||||
example:
|
||||
|
||||
make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24
|
||||
ldconfig -n /usr/local/gnupg24/lib
|
||||
|
||||
and adding /usr/local/gnupg24/bin to PATH.
|
||||
|
||||
|
@ -1132,6 +1132,7 @@ ifneq ($(TARGETOS),w32)
|
||||
echo "speedo: * adjust $(idir)/bin/gpgconf.ctl accordingly" ;\
|
||||
echo "speedo: * Or run:" ;\
|
||||
echo "speedo: * make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24" ;\
|
||||
echo "speedo: * ldconfig -n /usr/local/gnupg24/lib";\
|
||||
echo "speedo: */")
|
||||
endif
|
||||
|
||||
@ -1147,6 +1148,7 @@ ifneq ($(TARGETOS),w32)
|
||||
echo "speedo: Set SYSROOT to the desired install directory";\
|
||||
echo "speedo: Example:";\
|
||||
echo "speedo: make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24";\
|
||||
echo "speedo: ldconfig -n /usr/local/gnupg24/lib";\
|
||||
exit 1;\
|
||||
fi;\
|
||||
if [ ! -d "$$SYSROOT"/bin ]; then if ! mkdir "$$SYSROOT"/bin; then \
|
||||
|
@ -3336,7 +3336,7 @@ keyedit_quick_addadsk (ctrl_t ctrl, const char *fpr, const char *adskfpr)
|
||||
/* Unattended expiration setting function for the main key. If
|
||||
* SUBKEYFPRS is not NULL and SUBKEYSFPRS[0] is neither NULL, it is
|
||||
* expected to be an array of fingerprints for subkeys to change. It
|
||||
* may also be an array which just one item "*" to indicate that all
|
||||
* may also be an array with only the item "*" to indicate that all
|
||||
* keys shall be set to that expiration date.
|
||||
*/
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user