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
474 B
Plaintext
14 lines
474 B
Plaintext
$OpenBSD: patch-dmake_configure,v 1.2 2006/08/20 03:36:52 kurt Exp $
|
|
--- dmake/configure.orig.port Thu Jun 29 07:22:15 2006
|
|
+++ dmake/configure Fri Aug 18 15:47:42 2006
|
|
@@ -3475,6 +3475,9 @@ case "$_os" in
|
|
"AIX")
|
|
OS_VERSION=sysvr4
|
|
;;
|
|
+ "OpenBSD")
|
|
+ OS_VERSION=linux
|
|
+ ;;
|
|
*)
|
|
{ { echo "$as_me:$LINENO: error: $_os operating system is not suitable to build dmake!" >&5
|
|
echo "$as_me: error: $_os operating system is not suitable to build dmake!" >&2;}
|