where the fuck did the spaces come from

This commit is contained in:
wilfried 2003-05-18 06:03:10 +00:00
parent c3ba37e5d8
commit 95ca16834a

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-security_coreconf_OpenBSD_mk,v 1.3 2003/05/18 05:53:31 wilfried Exp $
$OpenBSD: patch-security_coreconf_OpenBSD_mk,v 1.4 2003/05/18 06:03:10 wilfried Exp $
--- security/coreconf/OpenBSD.mk.orig Fri May 17 21:24:14 2002
+++ security/coreconf/OpenBSD.mk Fri May 16 22:41:19 2003
@@ -46,6 +46,13 @@
@ -16,11 +16,11 @@ $OpenBSD: patch-security_coreconf_OpenBSD_mk,v 1.3 2003/05/18 05:53:31 wilfried
OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DOPENBSD
@@ -55,7 +62,7 @@
ARCH = openbsd
ARCH = openbsd
DSO_CFLAGS = -fPIC -DPIC
-DSO_LDOPTS = -shared -Wl,-soname,lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
+DSO_LDOPTS = -shared -fPIC -Wl,-soname,lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
DSO_LDFLAGS =
DSO_CFLAGS = -fPIC -DPIC
-DSO_LDOPTS = -shared -Wl,-soname,lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
+DSO_LDOPTS = -shared -fPIC -Wl,-soname,lib$(LIBRARY_NAME)$(LIBRARY_VERSION).$(DLL_SUFFIX)
DSO_LDFLAGS =
MKSHLIB = $(CC) $(DSO_LDOPTS)
MKSHLIB = $(CC) $(DSO_LDOPTS)