pkgsrc-wip/shadow/patches/patch-aa
Jeremy C. Reed a0cf7bfd2f I think I first made this package over a year ago.
This is the Shadow Password Suite for Linux.  This is the version
maintained by Tomasz Kloczko.

The Shadow password file utilities package includes the programs necessary
to convert traditional V7 UNIX password files to the SVR4 shadow password
format, and additional tools to maintain password and group files (that
work with both shadow and non-shadow passwords).

These tools include su, vipw, passwd, login, chsh, usermod and many more.
In addition, this provides the libmisc and libshadow libraries.

** this package is incomplete -- it has conflicts **
2003-12-04 00:20:47 +00:00

14 lines
551 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/12/04 00:20:47 jeremy-c-reed Exp $
--- configure.orig 2002-12-20 15:43:17.000000000 -0800
+++ configure 2002-12-20 15:44:34.000000000 -0800
@@ -1466,7 +1466,8 @@
ac_config_headers="$ac_config_headers config.h"
test "$prefix" = "NONE" && prefix="/usr"
-test "$prefix" = "/usr" && exec_prefix=""
+# commented out following so it wouldn't write outside of prefix if /usr
+#test "$prefix" = "/usr" && exec_prefix=""
test "$CFLAGS" = "" && CFLAGS="-O2 -Wall"
test "$LDFLAGS" = "" && LDFLAGS="-s"