build: obey CFLAGS from libosmocore #2

Open
roox wants to merge 1 commits from roox/osmo-cc-alsa-endpoint:master into master
First-time contributor

When libosmocore is installed with an non standard prefix, the build
fails with non-found headers. e.g.

categories.c:2:10: fatal error: osmocom/core/utils.h: No such file or directory

When libosmocore is installed with an non standard prefix, the build fails with non-found headers. e.g. categories.c:2:10: fatal error: osmocom/core/utils.h: No such file or directory
roox added 1 commit 2024-04-28 18:56:32 +00:00
187a0bb687 build: obey CFLAGS from libosmocore
When libosmocore is installed with an non standard prefix, the build
fails with non-found headers. e.g.

categories.c:2:10: fatal error: osmocom/core/utils.h: No such file or directory
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b roox-master master
git pull master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff roox-master
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: cc/osmo-cc-alsa-endpoint#2
No description provided.