Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created January 12, 2022 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/7da6c6512351a1d286098823377e26e3 to your computer and use it in GitHub Desktop.
Save velotiotech/7da6c6512351a1d286098823377e26e3 to your computer and use it in GitHub Desktop.
gcc -I$PWD -fPIC -c $(ls *.c)
gcc -shared -o pam_qrapp_auth.so $(ls *.o) -lpam -lqrencode -lssl -lcrypto -lpthread -lwebsockets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment