diff options
author | sb <sb@openoffice.org> | 2010-06-22 09:31:32 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-06-22 09:31:32 +0200 |
commit | 33474c4fff35faaedbd93461acb24496160f820f (patch) | |
tree | 7fab9f363f39ea2d3a486012b9998dbd2a683716 /berkeleydb | |
parent | bf6f60cab3d8629c4f2f141143ee18a2c9ef2aa0 (diff) |
sb126: #i110197# remove -Wl,-z,noexecstack hack
Diffstat (limited to 'berkeleydb')
-rw-r--r-- | berkeleydb/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk index 963c61a3bbde..6b814163300b 100644 --- a/berkeleydb/makefile.mk +++ b/berkeleydb/makefile.mk @@ -76,7 +76,7 @@ CXXFLAGS:=-fno-strict-aliasing $(EXTRA_CFLAGS) .IF "$(GUI)"=="UNX" .IF "$(OS)$(COM)"=="LINUXGCC" -LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN' -Wl,-z,noexecstack +LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN' .EXPORT: LDFLAGS #The current dir when linking is unxlngi6.pro/misc/build/db-4.2.52.NC/out # the map file is in unxlngi6.pro/misc/build/db-4.2.52.NC |