build: obey CFLAGS from libosmocore #6

Open
roox wants to merge 1 commits from roox/osmo-cc-misdn-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.

../liblogging/logging.h:3:10: fatal error: osmocom/core/logging.h: No such file or directory

When libosmocore is installed with an non standard prefix, the build fails with non-found headers. e.g. ../liblogging/logging.h:3:10: fatal error: osmocom/core/logging.h: No such file or directory
roox added 1 commit 2024-04-28 18:56:13 +00:00
5e8a84df31 build: obey CFLAGS from libosmocore
When libosmocore is installed with an non standard prefix, the build
fails with non-found headers. e.g.

../liblogging/logging.h:3:10: fatal error: osmocom/core/logging.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-misdn-endpoint#6
No description provided.