Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2022-04-17 00:58:53 +0300
committerHubert Figuière <hub@figuiere.net>2022-04-17 03:20:27 +0300
commit977feac6610e324a44e38fc2946b3d333e170a7b (patch)
treec664d37e4a807a5b3fb45c0930e3af1896b3cc8e
parentd7a6a6aa4d379013aa8311605fd83ff72120c9af (diff)
Use cflags and not env CFLAGS
-rw-r--r--linux-audio/fftw3f-static.json4
-rw-r--r--linux-audio/fluidsynth2-static.json6
-rw-r--r--linux-audio/liblo-static.json4
3 files changed, 4 insertions, 10 deletions
diff --git a/linux-audio/fftw3f-static.json b/linux-audio/fftw3f-static.json
index 93da613..6675749 100644
--- a/linux-audio/fftw3f-static.json
+++ b/linux-audio/fftw3f-static.json
@@ -7,9 +7,7 @@
"--enable-float"
],
"build-options": {
- "env": {
- "CFLAGS": "-fPIC"
- },
+ "cflags": "-fPIC",
"arch": {
"x86_64": {
"config-opts": [
diff --git a/linux-audio/fluidsynth2-static.json b/linux-audio/fluidsynth2-static.json
index 2e07050..d191b02 100644
--- a/linux-audio/fluidsynth2-static.json
+++ b/linux-audio/fluidsynth2-static.json
@@ -2,10 +2,8 @@
"name": "fluidsynth",
"buildsystem": "cmake-ninja",
"build-options": {
- "env": {
- "CFLAGS": "-fPIC",
- "CXXFLAGS": "-fPIC"
- }
+ "cflags": "-fPIC",
+ "cxxflags": "-fPIC"
},
"config-opts": [
"-DLIB_SUFFIX=",
diff --git a/linux-audio/liblo-static.json b/linux-audio/liblo-static.json
index 7d229d3..4ca2eb7 100644
--- a/linux-audio/liblo-static.json
+++ b/linux-audio/liblo-static.json
@@ -9,9 +9,7 @@
"*.so"
],
"build-options": {
- "env": {
- "CFLAGS": "-fPIC"
- }
+ "cflags": "-fPIC"
},
"config-opts": [
"--enable-static",