rpms/pam_passwdqc/devel pam_passwdqc.spec,1.9,1.10

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Sun Jul 29 20:25:47 UTC 2007


Author: nalin

Update of /cvs/extras/rpms/pam_passwdqc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28038

Modified Files:
	pam_passwdqc.spec 
Log Message:
- set LDFLAGS_LINUX, not LDFLAGS, so that we don't strip the module before
  the debuginfo gets pulled out (#249963)



Index: pam_passwdqc.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_passwdqc/devel/pam_passwdqc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pam_passwdqc.spec	19 Jul 2007 17:00:54 -0000	1.9
+++ pam_passwdqc.spec	29 Jul 2007 20:25:15 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Pluggable password quality-control module.
 Name: pam_passwdqc
 Version: 1.0.4
-Release: 1
+Release: 2
 License: BSD-compatible
 Group: System Environment/Base
 URL: http://www.openwall.com/passwdqc/
@@ -21,7 +21,7 @@
 %setup -q
 
 %build
-make CFLAGS="-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM $RPM_OPT_FLAGS" LDFLAGS="--shared -lcrypt"
+make CFLAGS="-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM $RPM_OPT_FLAGS" LDFLAGS_LINUX='--shared -Wl,--version-script,$(MAP)'
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -37,6 +37,10 @@
 %{_mandir}/man*/*
 
 %changelog
+* Sun Jul 29 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.0.4-2
+- set LDFLAGS_LINUX, not LDFLAGS, so that we don't strip the module before
+  the debuginfo gets pulled out (#249963)
+
 * Thu Jul 19 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.0.4-1
 - update to 1.0.4
 




More information about the scm-commits mailing list