[Tile-serving] [openstreetmap/mod_tile] Added build & test on Fedora 34 (#248)

David Hummel notifications at github.com
Sun Aug 1 16:29:37 UTC 2021


@hummeltech commented on this pull request.



> @@ -41,6 +41,11 @@ jobs:
         run: ./autogen.sh
       - name: Run `./configure`
         run: ./configure
+      - name: Fix `-pthread` in `GLIB_CFLAGS`

Awesome, thank you for your explanation (and for the fix)! Yeah, I was trying to figure out how to fix this some other way and found it strange that `-pthread` wasn't added on `Ubuntu Latest` and `CentOS 7`.

* Ubuntu Latest:
  ```shell
  apxs -c   -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include \
	  -I./includes  -lmemcached -lrados -lcurl -lglib-2.0 \
		  ./src/mod_tile.c  \
		  ./src/sys_utils.c \
		  ./src/store.c \
		  ./src/store_file.c \
		  ./src/store_file_utils.c \
		  ./src/store_memcached.c \
		  ./src/store_rados.c \
		  ./src/store_ro_http_proxy.c \
		  ./src/store_ro_composite.c \
		  ./src/store_null.c \
		  ./src/g_logger.c
  ```
* CentOS 7:
  ```shell
  apxs -c   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   \
	  -I./includes  -lmemcached -lrados -lcurl   -lglib-2.0   \
		  ./src/mod_tile.c  \
		  ./src/sys_utils.c \
		  ./src/store.c \
		  ./src/store_file.c \
		  ./src/store_file_utils.c \
		  ./src/store_memcached.c \
		  ./src/store_rados.c \
		  ./src/store_ro_http_proxy.c \
		  ./src/store_ro_composite.c \
		  ./src/store_null.c \
		  ./src/g_logger.c
  ```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/248#discussion_r680534646
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210801/b2849b74/attachment.htm>


More information about the Tile-serving mailing list