diff options
author | mbr <mbr@FreeBSD.org> | 2003-03-24 01:09:21 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-03-24 01:09:21 +0800 |
commit | f032a387fa3187b7c4e8a8c1e3f6d79e33d24cb6 (patch) | |
tree | 1cba7027dab32ca701662ea199616a7d1fe8af7d /editors/openoffice.org-3-RC | |
parent | d30a9ae2e8f18eb71f145640e3fc5ab5283130ac (diff) | |
download | freebsd-ports-gnome-f032a387fa3187b7c4e8a8c1e3f6d79e33d24cb6.tar.gz freebsd-ports-gnome-f032a387fa3187b7c4e8a8c1e3f6d79e33d24cb6.tar.zst freebsd-ports-gnome-f032a387fa3187b7c4e8a8c1e3f6d79e33d24cb6.zip |
Remove -export-dynamic. This option is not needed at all and
does not work together with the .map files. This is already
fixed in the 1.0X OO.org series.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk index b4764485aa86..4e7bf9ef1ad0 100644 --- a/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk +++ b/editors/openoffice.org-3-RC/files/patch-solenv+inc+unxfbsdi.mk @@ -115,15 +115,15 @@ -LINKFLAGSAPPGUI= -Wl,-export-dynamic -LINKFLAGSAPPCUI= -Wl,-export-dynamic +# name of linker -+LINK*=$(CC) ++LINK*=$(CXX) + +# default linker flags +# LINKFLAGSRUNPATH*=-Wl,-rpath\''$$ORIGIN'\' -+LINKFLAGS=-z combreloc $(LINKFLAGSRUNPATH) ++LINKFLAGS=$(LINKFLAGSRUNPATH) + +# linker flags for linking applications -+LINKFLAGSAPPGUI= -Wl,-export-dynamic -Wl,--noinhibit-exec -+LINKFLAGSAPPCUI= -Wl,-export-dynamic -Wl,--noinhibit-exec ++LINKFLAGSAPPGUI= -Wl,--noinhibit-exec ++LINKFLAGSAPPCUI= -Wl,--noinhibit-exec + +# linker flags for linking shared libraries LINKFLAGSSHLGUI= -shared |