mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
sys-fs/unionfs-fuse: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3911
This commit is contained in:
committed by
Sebastian Pipping
parent
c15cc9f777
commit
d294bce63a
@@ -1,15 +0,0 @@
|
||||
--- Makefile_BACKUP 2010-01-12 01:26:33.000000000 +0100
|
||||
+++ Makefile 2010-01-12 01:26:58.000000000 +0100
|
||||
@@ -7,10 +7,10 @@
|
||||
LIB = -lfuse -lpthread -lm
|
||||
|
||||
build:
|
||||
- make -C src/
|
||||
+ $(MAKE) -C src/
|
||||
|
||||
clean:
|
||||
- make -C src/ clean
|
||||
+ $(MAKE) -C src/ clean
|
||||
|
||||
install: build
|
||||
cp src/unionfs $(DESTDIR)/sbin/
|
||||
@@ -1,12 +0,0 @@
|
||||
--- unionfs-fuse-0.26/src/unionfs.c 2012-09-22 22:24:05.090568485 +0200
|
||||
+++ unionfs-fuse-0.26/src/unionfs.c 2012-09-22 22:24:09.036519156 +0200
|
||||
@@ -13,6 +13,9 @@
|
||||
#ifdef linux
|
||||
// For pread()/pwrite()/utimensat()
|
||||
#define _XOPEN_SOURCE 700
|
||||
+
|
||||
+ // For chroot
|
||||
+ #define _BSD_SOURCE
|
||||
#endif
|
||||
|
||||
#include <fuse.h>
|
||||
@@ -1,11 +0,0 @@
|
||||
--- src/Makefile 2012-09-22 22:14:36.484677038 +0200
|
||||
+++ src/Makefile 2012-09-22 22:14:40.162631059 +0200
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
LDFLAGS +=
|
||||
|
||||
-LIB = $(shell pkg-config --libs fuse)
|
||||
+LIB = $(shell pkg-config --libs fuse) -lpthread
|
||||
|
||||
HASHTABLE_OBJ = hashtable.o hashtable_itr.o
|
||||
UNIONFS_OBJ = unionfs.o stats.o opts.o debug.o findbranch.o readdir.o \
|
||||
Reference in New Issue
Block a user