linux-ia64-build-pam-module-20020502
authorChas Williams <chas@cmf.nrl.navy.mil>
Thu, 2 May 2002 16:11:14 +0000 (16:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 2 May 2002 16:11:14 +0000 (16:11 +0000)
keep small globals from being gprel

Makefile.in
src/cf/osconf.m4

index c8a4d28..e4c907d 100644 (file)
@@ -275,7 +275,7 @@ login: project kauth rxkad
                ${COMPILE_PART1} sia ${COMPILE_PART2} ;; \
        sun4x_55 ) \
                ${COMPILE_PART1} login ${COMPILE_PART2} ;; \
-       parisc_linux24|ia64_linux24) \
+       parisc_linux24) \
                echo Skipping pam/login for parisc_linux24 ;; \
        sun4x_* | sunx86_* | hp_ux11* | *linux* | *fbsd* ) \
                ${COMPILE_PART1} pam ${COMPILE_PART2} ;; \
index 8c689b9..1b62413 100644 (file)
@@ -191,7 +191,7 @@ case $AFS_SYSNAME in
                PAM_CFLAGS="-g -O2 -Dlinux -DLINUX_PAM -fPIC"
                SHLIB_LDFLAGS="-shared -Xlinker -x"
                TXLIBS="/usr/lib/libncurses.so"
-               XCFLAGS="-g -O2 -D_LARGEFILE64_SOURCE"
+               XCFLAGS="-g -O2 -D_LARGEFILE64_SOURCE -G0"
                ;;
 
        i386_linux22)