diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-20 12:30:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-02-20 12:52:14 +0000 |
commit | 37b233b77504d5105c8c3b015103f8d26d226276 (patch) | |
tree | 8c098db1fd6b805407c35b69f26ef6b1c7e9793d /main/lxdm/automake-subdirs.patch | |
parent | 698054208746279e9d4be2200a239c1432a453ae (diff) | |
download | aports-37b233b77504d5105c8c3b015103f8d26d226276.tar.bz2 aports-37b233b77504d5105c8c3b015103f8d26d226276.tar.xz |
main/lxdm: build fix for musl
Diffstat (limited to 'main/lxdm/automake-subdirs.patch')
-rw-r--r-- | main/lxdm/automake-subdirs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/lxdm/automake-subdirs.patch b/main/lxdm/automake-subdirs.patch new file mode 100644 index 0000000000..7271e9d11f --- /dev/null +++ b/main/lxdm/automake-subdirs.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig ++++ ./configure.ac +@@ -3,7 +3,7 @@ + + AC_PREREQ([2.63]) + AC_INIT([lxdm], [0.4.1], [http://lxde.org/]) +-AM_INIT_AUTOMAKE([-Wall -Werror foreign]) ++AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) + + AC_CONFIG_SRCDIR([src/lxdm.c]) + AC_CONFIG_HEADERS([config.h]) |