* [gentoo-commits] gentoo-x86 commit in sys-auth/pam_radius/files: pam_radius-1.3.17-gentoo.patch
@ 2013-02-24 1:36 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2013-02-24 1:36 UTC (permalink / raw
To: gentoo-commits
flameeyes 13/02/24 01:36:09
Modified: pam_radius-1.3.17-gentoo.patch
Log:
Build the module straight into the ebuild, and make sure to hide symbols that are not part of the interface.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Revision Changes Path
1.2 sys-auth/pam_radius/files/pam_radius-1.3.17-gentoo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_radius/files/pam_radius-1.3.17-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_radius/files/pam_radius-1.3.17-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_radius/files/pam_radius-1.3.17-gentoo.patch?r1=1.1&r2=1.2
Index: pam_radius-1.3.17-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_radius/files/pam_radius-1.3.17-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_radius-1.3.17-gentoo.patch 28 Jun 2008 06:51:41 -0000 1.1
+++ pam_radius-1.3.17-gentoo.patch 24 Feb 2013 01:36:09 -0000 1.2
@@ -1,32 +1,3 @@
-diff -Nru pam_radius-1.3.17.orig/Makefile pam_radius-1.3.17/Makefile
---- pam_radius-1.3.17.orig/Makefile 2008-06-28 08:43:43.000000000 +0200
-+++ pam_radius-1.3.17/Makefile 2008-06-28 08:42:57.000000000 +0200
-@@ -8,6 +8,7 @@
-
- VERSION=1.3.17
-
-+LD=$(CC)
- ######################################################################
- #
- # If we're really paranoid, use these flags
-@@ -15,7 +16,7 @@
- #
- # If you're not using GCC, then you'll have to change the CFLAGS.
- #
--CFLAGS = -Wall -fPIC
-+CFLAGS += -Wall -fPIC -fno-strict-aliasing
- #
- # On Irix, use this with MIPSPRo C Compiler, and don't forget to export CC=cc
- # gcc on Irix does not work yet for pam_radius
-@@ -55,7 +56,7 @@
- # gcc -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so
- #
- pam_radius_auth.so: pam_radius_auth.o md5.o
-- ld -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so
-+ $(LD) $(LDFLAGS) -shared $(CFLAGS) pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so
-
- ######################################################################
- #
diff -Nru pam_radius-1.3.17.orig/pam_radius_auth.c pam_radius-1.3.17/pam_radius_auth.c
--- pam_radius-1.3.17.orig/pam_radius_auth.c 2007-03-26 11:36:13.000000000 +0200
+++ pam_radius-1.3.17/pam_radius_auth.c 2008-06-28 08:43:24.000000000 +0200
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-24 1:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24 1:36 [gentoo-commits] gentoo-x86 commit in sys-auth/pam_radius/files: pam_radius-1.3.17-gentoo.patch Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox