Commit 0fc9853
committed
Fix MythZoneMinder on mac; the proper way..
Following 6e2f231, it turns out, qmake has a different behaviour between adding to the LIBS variable (elements stays escaped) and QMAKE_LFLAGS (elements are un-escpade properly).
Compiler flags generated from running mysql-config should have been added to QMAKE_LFLAGS anyway. So use it1 parent 79f5133 commit 0fc9853
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments