mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-05 08:42:11 +01:00
17 lines
545 B
Diff
17 lines
545 B
Diff
$NetBSD: patch-activation-server_Makefile.in,v 1.1 2013/04/19 14:56:20 prlw1 Exp $
|
|
|
|
Avoid compilation error caused by use of GStaticRecMutex which was
|
|
deprecated in GLib 2.32 - needed for a successful compile with
|
|
GLib 2.36.
|
|
|
|
--- a/activation-server/Makefile.in.orig 2013-04-19 14:38:19.000000000 +0000
|
|
+++ b/activation-server/Makefile.in
|
|
@@ -341,7 +341,6 @@ INCLUDES = \
|
|
$(SERVER_CFLAGS) \
|
|
$(WARN_CFLAGS) \
|
|
-DSERVER_CONFDIR=\"$(sysconfdir)\" \
|
|
- -DG_DISABLE_DEPRECATED \
|
|
-DG_LOG_DOMAIN=\"Bonobo-Activation-Server\" \
|
|
$(NULL)
|
|
|