mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-04 21:20:49 +02:00
glib: Set automake to foreign so it doesn't bomb on missing files
This commit is contained in:
parent
f8d5ff5d29
commit
9ea8a68ccd
3 changed files with 15 additions and 2 deletions
13
glib-patches/foreign-automake.patch
Normal file
13
glib-patches/foreign-automake.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/glib/configure.ac b/glib/configure.ac
|
||||
index ca862c5..8970f2c 100644
|
||||
--- a/glib/configure.ac
|
||||
+++ b/glib/configure.ac
|
||||
@@ -63,7 +63,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
|
||||
# Save this value here, since automake will set cflags later
|
||||
cflags_set=${CFLAGS+set}
|
||||
|
||||
-AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar])
|
||||
+AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar foreign])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
# Support silent build rules. Disable
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
glib-only.patch
|
||||
no-installed-files.patch
|
||||
|
||||
foreign-automake.patch
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
|
|||
# Save this value here, since automake will set cflags later
|
||||
cflags_set=${CFLAGS+set}
|
||||
|
||||
AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar])
|
||||
AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar foreign])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
# Support silent build rules. Disable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue