]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - attr/patches/attr-2.4.46-build.patch
attr: Update to 2.5.1
[ipfire-3.x.git] / attr / patches / attr-2.4.46-build.patch
diff --git a/attr/patches/attr-2.4.46-build.patch b/attr/patches/attr-2.4.46-build.patch
deleted file mode 100644 (file)
index 44d5c26..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -Nur a/include/builddefs.in b/include/builddefs.in
---- a/include/builddefs.in     2008-06-30 07:38:27.000000000 +0200
-+++ b/include/builddefs.in     2012-04-12 22:20:47.479076688 +0200
-@@ -27,14 +27,14 @@
- PKG_VERSION   = @pkg_version@
- PKG_PLATFORM  = @pkg_platform@
- PKG_DISTRIBUTION= @pkg_distribution@
--PKG_BIN_DIR   = @bindir@
--PKG_SBIN_DIR  = @sbindir@
--PKG_LIB_DIR   = @libdir@@libdirsuffix@
--PKG_DEVLIB_DIR        = @libexecdir@@libdirsuffix@
--PKG_INC_DIR   = @includedir@/attr
--PKG_MAN_DIR   = @mandir@
--PKG_DOC_DIR   = @datadir@/doc/@pkg_name@
--PKG_LOCALE_DIR        = @datadir@/locale
-+PKG_BIN_DIR   = $(DESTDIR)@bindir@
-+PKG_SBIN_DIR  = $(DESTDIR)@sbindir@
-+PKG_LIB_DIR   = $(DESTDIR)@libdir@@libdirsuffix@
-+PKG_DEVLIB_DIR        = $(DESTDIR)@libexecdir@@libdirsuffix@
-+PKG_INC_DIR   = $(DESTDIR)@includedir@/attr
-+PKG_MAN_DIR   = $(DESTDIR)@mandir@
-+PKG_DOC_DIR   = $(DESTDIR)@datadir@/doc/@pkg_name@
-+PKG_LOCALE_DIR        = $(DESTDIR)@datadir@/locale
- CC            = @cc@
- AWK           = @awk@
-diff -Nur a/include/buildmacros b/include/buildmacros
---- a/include/buildmacros      2008-06-30 07:22:18.000000000 +0200
-+++ b/include/buildmacros      2012-04-12 22:21:18.737379800 +0200
-@@ -27,7 +27,7 @@
-         $(LFILES:.l=.o) \
-         $(YFILES:%.y=%.tab.o)
--INSTALL       = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
-+INSTALL       = $(TOPDIR)/install-sh
- SHELL = /bin/sh
- IMAGES_DIR = $(TOPDIR)/all-images