diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-10-07 19:43:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-10-07 19:43:34 +0000 |
commit | ebe010da62844110680260157c534b4ccffcda0d (patch) | |
tree | ed24882aada4efb51da4c3fdb65dde077202206d /net/ORBit/patches/patch-al | |
parent | 51a52b718408fc5db12cdc7788325cb53350bb59 (diff) | |
download | pkgsrc-ebe010da62844110680260157c534b4ccffcda0d.tar.gz |
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.
Diffstat (limited to 'net/ORBit/patches/patch-al')
-rw-r--r-- | net/ORBit/patches/patch-al | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ORBit/patches/patch-al b/net/ORBit/patches/patch-al index 25667a773b6..fc4adc61e39 100644 --- a/net/ORBit/patches/patch-al +++ b/net/ORBit/patches/patch-al @@ -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@ |