liboqs: fix missing symbolic link installation
authorHo Kim <redacted>
Wed, 14 Jan 2026 01:22:53 +0000 (10:22 +0900)
committerChristian Marangi <redacted>
Sun, 7 Jun 2026 07:31:54 +0000 (09:31 +0200)
commit7990a8d3bec675f675092e6d38582d08b6eef363
treedcd304866fb6a16f2806a4106d59624ddcbc723c
parentd357f023463c1d06d7d9bdba8c37a1e159ac9758
liboqs: fix missing symbolic link installation

The current installation process fails to correctly install the
'liboqs.so' symbolic link due to an incorrect path syntax (extra dot).

This prevents other packages from linking against liboqs
(e.g., using -loqs) during development, which was discovered while
testing PQC key exchange implementations dependent on OQS.

Removes the trailing dot to ensure the symbolic link is preserved and
copied correctly to the destination directory.

Signed-off-by: Ho Kim <redacted>
libs/liboqs/Makefile
git clone https://git.99rst.org/PROJECT