1. 01 6月, 2011 3 次提交
    • M
      usb-ccid: Plug memory leak on qdev exit() · e13e973e
      Markus Armbruster 提交于
      ccid_initfn() allocates CCIDBus dynamically, but there is no exit
      callback to free it.
      
      Fix by getting rid of the allocation.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      e13e973e
    • A
      libcacard: add libcacard.la target · b7b8c618
      Alon Levy 提交于
      No flag to configure is required. Instead, added a libcacard.la target that
      is not built by default, only when requested explicitly via:
      
      mkdir build
      cd build
      ../configure
      make libcacard.la
      make install-libcacard
      
      Uses libtool to do actual linking of object files and shared library, and
      installing. Tested only under linux, but supposed to work on other systems as
      well.
      
      If libtool isn't found you get a message complaining about that, only at build
      time (since it is not a default target I did not add a message at configure
      time).
      
      New build artifacts:
       .libs subdirectories (at <buildroot> and <buildroot>/libcacard)
       *.lo files (at same locations as the respective o files)
      
      Added %.lo : %.c rule that uses libtool.
      Updated clean rule to clean up those artifacts.
      Added specific rule to call dtrace with libtool wrapper (note that because of
      a current upstream dtrace bug fixed by systemtap b1568fd85 commit the -fPIC flag
      isn't actually passed on. still current dtrace+libtool produced object links fine).
      If libtool is missing any of the following targets will complain and exit 1:
       any subdir: *.lo
       root and libcacard: libcacard.la, libcacard-instsall
      
      Tested to link and load with all tracing backends.
      b7b8c618
    • A
      configure: add libdir and --libdir · aedce09e
      Alon Levy 提交于
      aedce09e
  2. 31 5月, 2011 4 次提交
  3. 29 5月, 2011 2 次提交
  4. 28 5月, 2011 3 次提交
  5. 27 5月, 2011 6 次提交
  6. 26 5月, 2011 22 次提交