diff options
author | Jörg Mayer <jmayer@loplof.de> | 2009-09-25 15:17:45 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2009-09-25 15:17:45 +0000 |
commit | 6a2f68923528ca3a37932fc90e9c6c4b074ab7a4 (patch) | |
tree | 71f3f7fc68f9107b67e75c709807f84b55a90e36 /README.cmake | |
parent | 8f38bae049542094a883023141bcc951fe40f288 (diff) | |
download | wireshark-6a2f68923528ca3a37932fc90e9c6c4b074ab7a4.tar.gz wireshark-6a2f68923528ca3a37932fc90e9c6c4b074ab7a4.tar.bz2 wireshark-6a2f68923528ca3a37932fc90e9c6c4b074ab7a4.zip |
Fix build of make and asn1 plugins.
svn path=/trunk/; revision=30144
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake index 095d7f85ca..92aff4db65 100644 --- a/README.cmake +++ b/README.cmake @@ -84,8 +84,6 @@ What needs to be done? - Test and add support for other platforms (BSDs, OSX, Solaris, Win32, Win64, ...) ... -Couldn't load module /opt/test/lib/wireshark/plugins/1.3.0/libasn1.so: /opt/test/lib/wireshark/plugins/1.3.0/libasn1.so: undefined symbol: asn1_bool_decode -Couldn't load module /opt/test/lib/wireshark/plugins/1.3.0/libmate.so: /opt/test/lib/wireshark/plugins/1.3.0/libmate.so: undefined symbol: mate_load_config Links regarding cmake ===================== |