* [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_passwdqc/files/
@ 2018-07-18 22:48 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2018-07-18 22:48 UTC (permalink / raw
To: gentoo-commits
commit: feabf2f3081bbe737d2bfee0f5106017e01cb0d5
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 14 12:33:05 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 22:45:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feabf2f3
sys-auth/pam_passwdqc: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/9227
.../files/pam_passwdqc-1.0.4-makefile.patch | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.4-makefile.patch b/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.4-makefile.patch
deleted file mode 100644
index 13f8bd435dd..00000000000
--- a/sys-auth/pam_passwdqc/files/pam_passwdqc-1.0.4-makefile.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: pam_passwdqc-1.0.4/Makefile
-===================================================================
---- pam_passwdqc-1.0.4.orig/Makefile
-+++ pam_passwdqc-1.0.4/Makefile
-@@ -7,11 +7,11 @@ LD = $(CC)
- RM = rm -f
- MKDIR = mkdir -p
- INSTALL = install -c
--CFLAGS = -Wall -fPIC -O2
--LDFLAGS = -s --shared
--LDFLAGS_LINUX = -s --shared -Wl,--version-script,$(MAP)
--LDFLAGS_SUN = -s -G
--LDFLAGS_HP = -s -b
-+CFLAGS = -Wall -fPIC $(OPTCFLAGS)
-+LDFLAGS_GENERIC = --shared
-+LDFLAGS_LINUX = --shared -Wl,--version-script,$(MAP)
-+LDFLAGS_SUN = -G
-+LDFLAGS_HP = -b
- LDLIBS = -lpam -lcrypt
- LDLIBS_LINUX = -lpam -lcrypt
- LDLIBS_SUN = -lpam -lcrypt
-@@ -41,18 +41,18 @@ MAP = pam_passwdqc.map
- all:
- if [ "`uname -s`" = "Linux" ]; then \
- $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \
-- LDFLAGS="$(LDFLAGS_LINUX)" LDLIBS="$(LDLIBS_LINUX)" \
-+ LDFLAGS="$(LDFLAGS) $(LDFLAGS_LINUX)" LDLIBS="$(LDLIBS_LINUX)" \
- $(PROJ); \
- elif [ "`uname -s`" = "SunOS" ]; then \
- $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \
-- LD=ld LDFLAGS="$(LDFLAGS_SUN)" LDLIBS="$(LDLIBS_SUN)" \
-+ LD=ld LDFLAGS="$(LDFLAGS) $(LDFLAGS_SUN)" LDLIBS="$(LDLIBS_SUN)" \
- $(PROJ); \
- elif [ "`uname -s`" = "HP-UX" ]; then \
- $(MAKE) CFLAGS="$(CFLAGS) -DHAVE_SHADOW" \
-- LD=ld LDFLAGS="$(LDFLAGS_HP)" LDLIBS="$(LDLIBS_HP)" \
-+ LD=ld LDFLAGS="$(LDFLAGS) $(LDFLAGS_HP)" LDLIBS="$(LDLIBS_HP)" \
- $(PROJ); \
- else \
-- $(MAKE) $(PROJ); \
-+ $(MAKE) LDFLAGS="$(LDFLAGS) $(LDFLAGS_GENERIC)" $(PROJ); \
- fi
-
- $(LIBSHARED): $(OBJS) $(MAP)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-18 22:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-18 22:48 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_passwdqc/files/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox