Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37905581
en ru br
ALT Linux repos
S:4.15-alt3.2023.05.03

Group :: Networking/Other
RPM: crda

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: crda-ldflags.patch
Download


diff --git a/crda/Makefile b/crda/Makefile
index 6ca26f3..457ba13 100644
--- a/crda/Makefile
+++ b/crda/Makefile
@@ -116,7 +116,7 @@ keys-%.c: utils/key2pub.py $(wildcard $(PUBKEY_DIR)/*.pem)
 
 $(LIBREG): reglib.c regdb.h reglib.h
 	$(NQ) '  CC  ' $@
-	$(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $<
+	$(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $(LDFLAGS) $< -lgcrypt -lm
 
 install-libreg-headers:
 	$(NQ) '  INSTALL  libreg-headers'
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin