diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 02:11:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 02:57:59 +0200 |
commit | 7904a8cc565380b393a6e0e6b793277322b90e3a (patch) | |
tree | 620dd79b0547f3a661e826e1908a2adb981b75ea /xmlsecurity/tools | |
parent | 0acf93fc20f784cdd415872d61b9b7fe1c95ca00 (diff) |
I don't see NO_BSYMBOLIC being used anywhere
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/demo/makefile.mk | 1 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/makefile.mk | 1 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/makefile.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/tools/demo/makefile.mk b/xmlsecurity/tools/demo/makefile.mk index 5dba00d23f40..4ca49affd1ea 100644 --- a/xmlsecurity/tools/demo/makefile.mk +++ b/xmlsecurity/tools/demo/makefile.mk @@ -30,7 +30,6 @@ PRJ=..$/.. PRJNAME=xmlsecurity TARGET=demo ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE LIBTARGET=NO # --- Settings ----------------------------------------------------- diff --git a/xmlsecurity/tools/standalone/csfit/makefile.mk b/xmlsecurity/tools/standalone/csfit/makefile.mk index 36efa47ff648..cb68ce57e780 100644 --- a/xmlsecurity/tools/standalone/csfit/makefile.mk +++ b/xmlsecurity/tools/standalone/csfit/makefile.mk @@ -30,7 +30,6 @@ PRJ=..$/..$/.. PRJNAME=xmlsecurity TARGET=xmlsecurity-cxsfit ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE TARGETTYPE=CUI LIBTARGET=NO diff --git a/xmlsecurity/tools/standalone/mscsfit/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/makefile.mk index ce8be66850cf..320e7f7f649e 100644 --- a/xmlsecurity/tools/standalone/mscsfit/makefile.mk +++ b/xmlsecurity/tools/standalone/mscsfit/makefile.mk @@ -30,7 +30,6 @@ PRJ=..$/..$/.. PRJNAME=xmlsecurity TARGET=xmlsecurity-mscxsfit ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE LIBTARGET=NO |