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.
13 lines
545 B
Plaintext
13 lines
545 B
Plaintext
$OpenBSD: patch-salhelper_source_makefile_mk,v 1.2 2006/08/20 03:36:53 kurt Exp $
|
|
--- salhelper/source/makefile.mk.orig.port Thu Jul 20 12:16:28 2006
|
|
+++ salhelper/source/makefile.mk Fri Aug 18 15:47:44 2006
|
|
@@ -86,6 +86,8 @@ SHL1VERSIONMAP=gcc3_linux_intel.map
|
|
SHL1VERSIONMAP=gcc3_linux_intel.map
|
|
.ELIF "$(OS)$(CPU)$(COMNAME)"=="LINUXSgcc3"
|
|
SHL1VERSIONMAP=gcc3_linux_intel.map
|
|
+.ELIF "$(OS)$(CPU)$(COMNAME)"=="OPENBSDIgcc3"
|
|
+SHL1VERSIONMAP=gcc3_linux_intel.map
|
|
.ENDIF
|
|
|
|
# --- Targets ------------------------------------------------------
|