summaryrefslogtreecommitdiff
path: root/app-admin/authbind/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/authbind/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/authbind/files')
-rw-r--r--app-admin/authbind/files/authbind-2.1.1-respect-flags.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-admin/authbind/files/authbind-2.1.1-respect-flags.patch b/app-admin/authbind/files/authbind-2.1.1-respect-flags.patch
deleted file mode 100644
index 2a9eb5f6b84c..000000000000
--- a/app-admin/authbind/files/authbind-2.1.1-respect-flags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/Makefile b/Makefile
-index c1eed73..932ea60 100644
---- a/Makefile
-+++ b/Makefile
-@@ -34,10 +34,9 @@ INSTALL_PROGRAM ?= install -o root -g root -m 755 -s
- INSTALL_DIR ?= install -o root -g root -m 755 -d
- STRIP ?= strip
-
--OPTIMISE= -O2
--LDFLAGS= -g
- LIBS= -ldl -lc
--CFLAGS= -g $(OPTIMISE) \
-+SHARED_LDFLAGS=
-+CFLAGS+= \
- -Wall -Wwrite-strings -Wpointer-arith -Wimplicit \
- -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes
- CPPFLAGS= -DMAJOR_VER='"$(MAJOR)"' -DMINOR_VER='"$(MINOR)"' \
-@@ -82,7 +81,7 @@ helper: helper.o
- helper.o authbind.o: authbind.h
-
- $(LIBTARGET): libauthbind.o
-- ld -shared -soname $(LIBCANON) -o $@ $< $(LIBS)
-+ $(LD) $(SHARED_LDFLAGS) -shared -soname $(LIBCANON) -o $@ $< $(LIBS)
-
- clean distclean:
- rm -f $(TARGETS) *.o *~ ./#*# *.bak *.new core