~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-proposed

« back to all changes in this revision

Viewing changes to cmake/dtrace.cmake

  • Committer: Package Import Robot
  • Author(s): Dave Chiluk, Eduardo Damato
  • Date: 2014-01-09 09:44:14 UTC
  • mfrom: (18.1.5 precise-security)
  • Revision ID: package-import@ubuntu.com-20140109094414-ght3gi7yvzsyvhm5
Tags: 5.5.34-0ubuntu0.12.04.2
[ Eduardo Damato ]
Fix upstart script to account for datadir disk shortage (LP: #1121874) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 
1
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
2
2
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
158
158
  FOREACH(lib ${libs})
159
159
    GET_TARGET_PROPERTY(libtype ${lib} TYPE)
160
160
    IF(libtype MATCHES STATIC_LIBRARY)
161
 
      SET(static_libs ${static_lics} ${lib})
 
161
      SET(static_libs ${static_libs} ${lib})
162
162
    ENDIF()
163
163
  ENDFOREACH()
164
164