-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds jq to preserve extra nodes in var/package.json, remove migration…
… steps from old beta versions
- Loading branch information
1 parent
40c10a2
commit ecc9750
Showing
6 changed files
with
56 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# libjq.la - a libtool library file | ||
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1 | ||
# | ||
# Please DO NOT delete this file! | ||
# It is necessary for linking the library. | ||
|
||
# The name that we can dlopen(3). | ||
dlname='libjq.so.1' | ||
|
||
# Names of this library. | ||
library_names='libjq.so.1.0.4 libjq.so.1 libjq.so' | ||
|
||
# The name of the static archive. | ||
old_library='' | ||
|
||
# Linker flags that can not go in dependency_libs. | ||
inherited_linker_flags='' | ||
|
||
# Libraries that this one depends upon. | ||
dependency_libs=' -lm' | ||
|
||
# Names of additional weak libraries provided by this library | ||
weak_library_names='' | ||
|
||
# Version information for libjq. | ||
current=1 | ||
age=0 | ||
revision=4 | ||
|
||
# Is this an already installed library? | ||
installed=yes | ||
|
||
# Should we warn about portability when linking against -modules? | ||
shouldnotlink=no | ||
|
||
# Files to dlopen/dlpreopen | ||
dlopen='' | ||
dlpreopen='' | ||
|
||
# Directory that this library needs to be installed in: | ||
libdir='/usr/lib' |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters