[PATCH] misc: Add the libosmocore CFLAGS to the CPPFLAGS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-net-gprs@lists.osmocom.org/.

Alexander Chemeris alexander.chemeris at gmail.com
Mon Jul 23 20:52:46 UTC 2012


Hi Holger,

Looks good. If others don't object, could you apply this?

On Mon, Jul 23, 2012 at 12:50 PM, Holger Hans Peter Freyther
<hfreyther at sysmocom.de> wrote:
> From: Holger Hans Peter Freyther <holger at freyther.de>
>
> libosmocore might not be in the standard include path,
> add the CFLAGS to the preprocessor flags. This is fixing
> the build on the Osmocom Jenkins.
> ---
>  src/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 041831f..98574fa 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -18,7 +18,7 @@
>  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
>  #
>
> -AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
> +AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGB_CFLAGS) $(LIBOSMOGSM_CFLAGS)
>  AM_CXXFLAGS = -Wall -ldl -pthread
>
>  noinst_LTLIBRARIES = libgprs.la
> --
> 1.7.10.4
>
>



-- 
Regards,
Alexander Chemeris.
CEO, Fairwaves LLC / ООО УмРадио
http://fairwaves.ru




More information about the osmocom-net-gprs mailing list