[PR #3540] [CLOSED] feat: export client to dynamic lib #4777

Closed
opened 2026-05-05 14:48:32 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3540
Author: @mangoeffect
Created: 7/22/2023
Status: Closed

Base: devHead: export_dynamic_lib


📝 Commits (1)

  • 13b82e8 feat: export client to dynamic lib

📊 Changes

3 files changed (+19 additions, -3 deletions)

View changed files

📝 Makefile (+3 -1)
📝 Makefile.cross-compiles (+1 -1)
📝 cmd/frpc/main.go (+15 -1)

📄 Description

Summary

🤖 Generated by Copilot at 13b82e8

This pull request adds the ability to run multiple frpc clients from a C string argument and compile frpc as a shared library. It also makes the linker flags customizable in the Makefile.

WHY


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3540 **Author:** [@mangoeffect](https://github.com/mangoeffect) **Created:** 7/22/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `export_dynamic_lib` --- ### 📝 Commits (1) - [`13b82e8`](https://github.com/fatedier/frp/commit/13b82e81310ff33999a4d7d3a7deb207d71d3ad2) feat: export client to dynamic lib ### 📊 Changes **3 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -1) 📝 `Makefile.cross-compiles` (+1 -1) 📝 `cmd/frpc/main.go` (+15 -1) </details> ### 📄 Description ### Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 13b82e8</samp> This pull request adds the ability to run multiple `frpc` clients from a C string argument and compile `frpc` as a shared library. It also makes the linker flags customizable in the `Makefile`. ### WHY <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:48:32 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4777
No description provided.