- 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
411 B
Plaintext
14 lines
411 B
Plaintext
$OpenBSD: patch-cppu_util_makefile_mk,v 1.2 2006/08/20 03:36:52 kurt Exp $
|
|
--- cppu/util/makefile.mk.orig.port Wed Apr 19 09:50:07 2006
|
|
+++ cppu/util/makefile.mk Fri Aug 18 15:47:42 2006
|
|
@@ -65,7 +65,9 @@ SHL1STDLIBS = $(SALLIB) $(SALHELPERLIB)
|
|
SHL1DEPN=
|
|
SHL1IMPLIB=i$(TARGET)
|
|
.IF "$(OS)"!="FREEBSD"
|
|
+.IF "$(OS)"!="OPENBSD"
|
|
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
|
+.ENDIF
|
|
.ENDIF
|
|
|
|
SHL1VERSIONMAP=$(TARGET).map
|