aallrd opened a new pull request #22: Only exporting the log4cxx symbols by 
default
URL: https://github.com/apache/logging-log4cxx/pull/22
 
 
   Adding a linker version script to only make the log4cxx symbols visible in 
the log4cxx shared library.
   The exported defined symbols on the installed library can be checked with 
the below command:
   ```
   nm -gDC --defined-only /usr/local/lib64/liblog4cxx.so
   ```
   Number of exported symbols other than logc4xx ones **before** the PR:
   ```
   nm -gDC --defined-only /usr/local/lib64/liblog4cxx.so | grep -v log4cxx | wc 
-l
   336
   ```
   Number of exported symbols other than logc4xx ones **after** the PR:
   ```
   nm -gDC --defined-only /usr/local/lib64/liblog4cxx.so | grep -v log4cxx | wc 
-l
   0
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to