mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19: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:
|
example:
|
||||||
|
|
||||||
make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24
|
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.
|
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: * adjust $(idir)/bin/gpgconf.ctl accordingly" ;\
|
||||||
echo "speedo: * Or run:" ;\
|
echo "speedo: * Or run:" ;\
|
||||||
echo "speedo: * make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24" ;\
|
echo "speedo: * make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24" ;\
|
||||||
|
echo "speedo: * ldconfig -n /usr/local/gnupg24/lib";\
|
||||||
echo "speedo: */")
|
echo "speedo: */")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -1147,6 +1148,7 @@ ifneq ($(TARGETOS),w32)
|
|||||||
echo "speedo: Set SYSROOT to the desired install directory";\
|
echo "speedo: Set SYSROOT to the desired install directory";\
|
||||||
echo "speedo: Example:";\
|
echo "speedo: Example:";\
|
||||||
echo "speedo: make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24";\
|
echo "speedo: make -f $(topsrc)/build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24";\
|
||||||
|
echo "speedo: ldconfig -n /usr/local/gnupg24/lib";\
|
||||||
exit 1;\
|
exit 1;\
|
||||||
fi;\
|
fi;\
|
||||||
if [ ! -d "$$SYSROOT"/bin ]; then if ! mkdir "$$SYSROOT"/bin; then \
|
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
|
/* Unattended expiration setting function for the main key. If
|
||||||
* SUBKEYFPRS is not NULL and SUBKEYSFPRS[0] is neither NULL, it is
|
* SUBKEYFPRS is not NULL and SUBKEYSFPRS[0] is neither NULL, it is
|
||||||
* expected to be an array of fingerprints for subkeys to change. It
|
* 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.
|
* keys shall be set to that expiration date.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user