From 4852022e465d0088c82fa9ecb70054ae0302c04b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 17 Jun 2014 12:26:19 +0200 Subject: add missing patches --- package/util-linux/patches/patch-Makefile_am | 62 +++++++++++++++++++++++++++ package/util-linux/patches/patch-configure_ac | 41 ++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 package/util-linux/patches/patch-Makefile_am create mode 100644 package/util-linux/patches/patch-configure_ac (limited to 'package/util-linux') diff --git a/package/util-linux/patches/patch-Makefile_am b/package/util-linux/patches/patch-Makefile_am new file mode 100644 index 000000000..97e473a0b --- /dev/null +++ b/package/util-linux/patches/patch-Makefile_am @@ -0,0 +1,62 @@ +--- util-linux-2.24.2.orig/Makefile.am 2014-04-23 15:28:29.131326219 +0200 ++++ util-linux-2.24.2/Makefile.am 2014-06-17 11:59:16.244597631 +0200 +@@ -9,8 +9,6 @@ AM_LDFLAGS = + # Add gettext stuff to the global LDADD for systems with separate libintl + # library. The LTLIBINTL is generated by AM_GNU_GETTEXT macro. + # +-LDADD = $(LTLIBINTL) +- + # Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals. + # Unlike with other dist primaries, the files are not distributed if the + # conditional is false. +@@ -56,7 +54,7 @@ CHECK_LOCALS = + EXTRA_DIST = + CLEANFILES = + +-SUBDIRS = po ++SUBDIRS = + + RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ + -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o +@@ -93,41 +91,6 @@ include bash-completion/Makemodule.am + + include tests/Makemodule.am + +-# +-# Don't rely on configure.ac AC_CONFIG_FILES for install paths. +-# +-# The paths should be expanded at make time rather than configure: +-# - to support 'make install prefix=/foo DESTDIR=/foo' +-# - to recursively expands the paths (e.g. AC_CONFIG_FILES expands +-# '@usrsbin_execdir@' to ${exec_prefix}/sbin') +-# +-edit_cmd = sed \ +- -e 's|@prefix[@]|$(prefix)|g' \ +- -e 's|@exec_prefix[@]|$(exec_prefix)|g' \ +- -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ +- -e 's|@datadir[@]|$(datadir)|g' \ +- -e 's|@sbindir[@]|$(sbindir)|g' \ +- -e 's|@bindir[@]|$(bindir)|g' \ +- -e 's|@includedir[@]|$(includedir)|g' \ +- -e 's|@localstatedir[@]|$(localstatedir)|g' \ +- -e 's|@usrlib_execdir[@]|$(usrlib_execdir)|g' \ +- -e 's|@usrbin_execdir[@]|$(usrbin_execdir)|g' \ +- -e 's|@usrsbin_execdir[@]|$(usrsbin_execdir)|g' \ +- -e 's|@VERSION[@]|$(VERSION)|g' \ +- -e 's|@LIBUUID_VERSION[@]|$(LIBUUID_VERSION)|g' \ +- -e 's|@LIBMOUNT_VERSION[@]|$(LIBMOUNT_VERSION)|g' \ +- -e 's|@LIBBLKID_VERSION[@]|$(LIBBLKID_VERSION)|g' +- +-CLEANFILES += $(PATHFILES) +-EXTRA_DIST += $(PATHFILES:=.in) +- +-$(PATHFILES): Makefile +- @ rm -f $@ $@.tmp +- $(AM_V_GEN) srcdir=''; \ +- test -f ./$@.in || srcdir=$(srcdir)/; \ +- $(edit_cmd) $${srcdir}$@.in >$@.tmp +- @ mv $@.tmp $@ +- + # Arrange so that .tarball-version appears only in the distribution + # tarball, and never in a checked-out repository. + dist-hook: diff --git a/package/util-linux/patches/patch-configure_ac b/package/util-linux/patches/patch-configure_ac new file mode 100644 index 000000000..f373d4503 --- /dev/null +++ b/package/util-linux/patches/patch-configure_ac @@ -0,0 +1,41 @@ +--- util-linux-2.24.2.orig/configure.ac 2014-04-24 11:23:25.576928936 +0200 ++++ util-linux-2.24.2/configure.ac 2014-06-17 12:11:07.831364911 +0200 +@@ -46,15 +46,6 @@ LIBMOUNT_LT_MINOR=1 + LIBMOUNT_LT_MICRO=0 + LIBMOUNT_VERSION_INFO=`expr $LIBMOUNT_LT_MAJOR + $LIBMOUNT_LT_MINOR`:$LIBMOUNT_LT_MICRO:$LIBMOUNT_LT_MINOR + +-# Check whether exec_prefix=/usr: +-AS_CASE([$exec_prefix:$prefix], +-[NONE:NONE | NONE:/usr | /usr:*], +- [AC_MSG_NOTICE([Default --exec-prefix detected.]) +- AS_CASE([$bindir], ['${exec_prefix}/bin'], [bindir=/bin; AC_MSG_NOTICE([ --bindir defaults to /bin]) ]) +- AS_CASE([$sbindir], ['${exec_prefix}/sbin'], [sbindir=/sbin; AC_MSG_NOTICE([ --sbindir defaults to /sbin])]) +- AS_CASE([$libdir], ['${exec_prefix}/lib'], [libdir=/lib; AC_MSG_NOTICE([ --libdir defaults to /lib]) ]) +- ] +-) + + AS_CASE([$prefix:$localstatedir], + [NONE:'${prefix}/var' | /usr:'${prefix}/var'], +@@ -145,9 +136,6 @@ UL_SET_ARCH([HPPA], [hppa*]) + + AC_SYS_LARGEFILE + +-AM_GNU_GETTEXT_VERSION([0.14.1]) +-AM_GNU_GETTEXT([external]) +- + AS_IF([test -d "$srcdir/po"], [ + ALL_LINGUAS=`cd $srcdir/po > /dev/null && echo *.po | sed 's/\.po//g'` + ], [ +@@ -1573,9 +1561,12 @@ Makefile + libblkid/docs/Makefile + libblkid/docs/version.xml + libblkid/src/blkid.h ++libblkid/blkid.pc ++libuuid/uuid.pc + libmount/docs/Makefile + libmount/docs/version.xml + libmount/src/libmount.h ++libmount/mount.pc + po/Makefile.in + ]) + -- cgit v1.2.3