94f8549435
- add -dontstrip to packaging script to get useful debug binaries installed - remove --enable-debug since that makes the debug build too big (>18G) for me to build. Add back later as a possible verbose_debug flavor. Use PATCHORIG so that update-patches doesn't pickup internal .orig files. Idea from espie@ Add a mutex to make the call to getpwuid thread safe.
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
$OpenBSD: patch-dmake_configure_in,v 1.2 2006/08/20 03:36:52 kurt Exp $
|
|
--- dmake/configure.in.orig.port Thu Jun 29 07:22:28 2006
|
|
+++ dmake/configure.in Fri Aug 18 15:47:42 2006
|
|
@@ -104,6 +104,9 @@ case "$_os" in
|
|
"AIX")
|
|
OS_VERSION=sysvr4
|
|
;;
|
|
+ "OpenBSD")
|
|
+ OS_VERSION=linux
|
|
+ ;;
|
|
*)
|
|
AC_MSG_ERROR([$_os operating system is not suitable to build dmake!])
|
|
;;
|