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
550 B
Plaintext
13 lines
550 B
Plaintext
$OpenBSD: patch-cppuhelper_source_makefile_mk,v 1.2 2006/08/20 03:36:52 kurt Exp $
|
|
--- cppuhelper/source/makefile.mk.orig.port Tue Jun 20 07:58:34 2006
|
|
+++ cppuhelper/source/makefile.mk Fri Aug 18 15:47:42 2006
|
|
@@ -177,6 +177,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 ------------------------------------------------------
|