summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-04-10 06:38:57 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-04-21 12:46:32 -0700
commit9ea8a68ccd175fa3fd4acb53098ebd34035487cf (patch)
tree47d9e085d08a8a696e855ff02a701c0d9820e2c3
parentf8d5ff5d2925839f9dedd2d21a42ddb7606adcf4 (diff)
glib: Set automake to foreign so it doesn't bomb on missing files
-rw-r--r--glib-patches/foreign-automake.patch13
-rw-r--r--glib-patches/patchlist2
-rw-r--r--glib/configure.ac2
3 files changed, 15 insertions, 2 deletions
diff --git a/glib-patches/foreign-automake.patch b/glib-patches/foreign-automake.patch
new file mode 100644
index 0000000..ca2c75e
--- /dev/null
+++ b/glib-patches/foreign-automake.patch
@@ -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
diff --git a/glib-patches/patchlist b/glib-patches/patchlist
index d85809b..0ff50b1 100644
--- a/glib-patches/patchlist
+++ b/glib-patches/patchlist
@@ -1,3 +1,3 @@
glib-only.patch
no-installed-files.patch
-
+foreign-automake.patch
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