Build orbit-ird dynamic, not static.

This makes this package compile on Solaris and Linux (plus - hey! - static
linking is really from the past millennium!)

Fixes PR 23032.
This commit is contained in:
hubertf 2003-10-07 19:43:34 +00:00
parent 51a52b7184
commit ebe010da62
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.18 2003/08/29 06:48:07 martti Exp $
$NetBSD: distinfo,v 1.19 2003/10/07 19:43:34 hubertf Exp $
SHA1 (ORBit-0.5.15.tar.gz) = 1571976662311060175008d225de05e9bc2eb038
Size (ORBit-0.5.15.tar.gz) = 1335272 bytes
@ -11,7 +11,7 @@ SHA1 (patch-af) = db34a280931fd2274b05f47751aab34234cab4f4
SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310
SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de
SHA1 (patch-al) = 7f2992136c3f7b1badfc76a83d6fed0aa73a8873
SHA1 (patch-al) = 74fcc40377e85e29a35d60b465f51ef50e7df8fd
SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677
SHA1 (patch-an) = fa9bb500ddcd0ec8e64b5ff1edbe0f02f5cb0f39
SHA1 (patch-ao) = 4346486e6a3d947350b162088490692543dde2f3

View file

@ -1,12 +1,12 @@
$NetBSD: patch-al,v 1.6 2002/04/25 12:17:05 agc Exp $
--- src/daemons/interface_repository/Makefile.in.orig Wed Mar 20 15:46:31 2002
+++ src/daemons/interface_repository/Makefile.in
@@ -106,7 +106,7 @@
+++ src/daemons/interface_repository/Makefile.in Tue Oct 7 19:08:10 2003
@@ -105,8 +105,8 @@
orbit_ird_DEPENDENCIES = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la
orbit_ird_LDFLAGS = -static
-orbit_ird_LDFLAGS = -static
-orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm
+orbit_ird_LDFLAGS = #HF# -static
+orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@