[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40445] gnu: gsm: Update to 1.0.19.
From: |
Mathieu Othacehe |
Subject: |
[bug#40445] gnu: gsm: Update to 1.0.19. |
Date: |
Sun, 05 Apr 2020 12:22:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
> Yes, Maxim and I, updated these options, to use libgsm in mediastreamer, as a
> part of linphone packaging. :-)
Ok, I see. Maybe it would be preferable to find a way to add "-fPIC" to
CCFLAGS without having to repeat all the other options that are already
present in the Makefile:
--8<---------------cut here---------------start------------->8---
CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1 -Wall -Wno-comment
--8<---------------cut here---------------end--------------->8---
Adding a new 'add-fpic-ccflag' phase could be an option?
Thanks,
Mathieu