Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fix #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 92 additions & 20 deletions BLEMeshChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
5AFAD98C8D32B5D6E0EF9FA3 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D875EBA6B1062FD39A2B28A /* libPods.a */; };
47965B2553C5C2168C65E47A /* libPods-BLEMeshChat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ACAD8B65C95AD49F25D53527 /* libPods-BLEMeshChat.a */; };
D90CF5E519EC8D2E006222AB /* BLERemotePeer.m in Sources */ = {isa = PBXBuildFile; fileRef = D90CF5E419EC8D2E006222AB /* BLERemotePeer.m */; };
D90CF5E819EC8D3C006222AB /* BLEMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = D90CF5E719EC8D3C006222AB /* BLEMessage.m */; };
D90CF5EB19EC8DD8006222AB /* BLEMessagesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D90CF5EA19EC8DD8006222AB /* BLEMessagesViewController.m */; };
Expand Down Expand Up @@ -46,8 +46,9 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
2D1361F7F24E9C6CD2AF9A4B /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
6D875EBA6B1062FD39A2B28A /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
138F7DC38BE5DE0E9E76E43E /* Pods-BLEMeshChat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BLEMeshChat.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BLEMeshChat/Pods-BLEMeshChat.debug.xcconfig"; sourceTree = "<group>"; };
2AA6E2B7F85FD47BB1B2AB28 /* Pods-BLEMeshChat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BLEMeshChat.release.xcconfig"; path = "Pods/Target Support Files/Pods-BLEMeshChat/Pods-BLEMeshChat.release.xcconfig"; sourceTree = "<group>"; };
ACAD8B65C95AD49F25D53527 /* libPods-BLEMeshChat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BLEMeshChat.a"; sourceTree = BUILT_PRODUCTS_DIR; };
D90CF5E319EC8D2E006222AB /* BLERemotePeer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLERemotePeer.h; sourceTree = "<group>"; };
D90CF5E419EC8D2E006222AB /* BLERemotePeer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLERemotePeer.m; sourceTree = "<group>"; };
D90CF5E619EC8D3C006222AB /* BLEMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLEMessage.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -101,7 +102,6 @@
D9F49A681A0EED030035B1C8 /* BLETransport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLETransport.h; sourceTree = "<group>"; };
D9F49A691A0EED030035B1C8 /* BLETransport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLETransport.m; sourceTree = "<group>"; };
D9F49A6B1A0EED450035B1C8 /* BLEDataStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLEDataStorage.h; sourceTree = "<group>"; };
E1441CDBDA6F311CDCBA029F /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -110,7 +110,7 @@
buildActionMask = 2147483647;
files = (
D9C4261319E8A617004F7335 /* CoreBluetooth.framework in Frameworks */,
5AFAD98C8D32B5D6E0EF9FA3 /* libPods.a in Frameworks */,
47965B2553C5C2168C65E47A /* libPods-BLEMeshChat.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -128,16 +128,16 @@
isa = PBXGroup;
children = (
D9C4261219E8A617004F7335 /* CoreBluetooth.framework */,
6D875EBA6B1062FD39A2B28A /* libPods.a */,
ACAD8B65C95AD49F25D53527 /* libPods-BLEMeshChat.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
3D0ACF8749E6A76A6086D1C1 /* Pods */ = {
1CD969756BBCB7C8898D680B /* Pods */ = {
isa = PBXGroup;
children = (
2D1361F7F24E9C6CD2AF9A4B /* Pods.debug.xcconfig */,
E1441CDBDA6F311CDCBA029F /* Pods.release.xcconfig */,
138F7DC38BE5DE0E9E76E43E /* Pods-BLEMeshChat.debug.xcconfig */,
2AA6E2B7F85FD47BB1B2AB28 /* Pods-BLEMeshChat.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -217,8 +217,8 @@
D9C425E019E89D9D004F7335 /* BLEMeshChat */,
D9C425FA19E89D9D004F7335 /* BLEMeshChatTests */,
D9C425DF19E89D9D004F7335 /* Products */,
3D0ACF8749E6A76A6086D1C1 /* Pods */,
0702FD58DC78894CD193CF6B /* Frameworks */,
1CD969756BBCB7C8898D680B /* Pods */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -329,11 +329,12 @@
isa = PBXNativeTarget;
buildConfigurationList = D9C4260119E89D9D004F7335 /* Build configuration list for PBXNativeTarget "BLEMeshChat" */;
buildPhases = (
67C04B84077C73E3DF903BFE /* Check Pods Manifest.lock */,
79EDC14DA23EF37768E61DC2 /* [CP] Check Pods Manifest.lock */,
D9C425DA19E89D9D004F7335 /* Sources */,
D9C425DB19E89D9D004F7335 /* Frameworks */,
D9C425DC19E89D9D004F7335 /* Resources */,
C6324647BEA53F552A63CA40 /* Copy Pods Resources */,
6365FF4D1B3CA5ADD1FC8F32 /* [CP] Embed Pods Frameworks */,
8A4ABE7A3669A686D0CFD930 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -427,34 +428,49 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
67C04B84077C73E3DF903BFE /* Check Pods Manifest.lock */ = {
6365FF4D1B3CA5ADD1FC8F32 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BLEMeshChat/Pods-BLEMeshChat-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
C6324647BEA53F552A63CA40 /* Copy Pods Resources */ = {
79EDC14DA23EF37768E61DC2 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
8A4ABE7A3669A686D0CFD930 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BLEMeshChat/Pods-BLEMeshChat-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -597,28 +613,84 @@
};
D9C4260219E89D9D004F7335 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2D1361F7F24E9C6CD2AF9A4B /* Pods.debug.xcconfig */;
baseConfigurationReference = 138F7DC38BE5DE0E9E76E43E /* Pods-BLEMeshChat.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer: Chris Ballinger (9P62QGET7G)";
GCC_PREFIX_HEADER = BLEMeshChat/PrefixHeader.pch;
INFOPLIST_FILE = BLEMeshChat/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"/usr/lib/libc++.dylib",
"-l\"CocoaLumberjack\"",
"-l\"FormatterKit\"",
"-l\"IGIdenticon\"",
"-l\"InAppSettingsKit\"",
"-l\"JSQMessagesViewController\"",
"-l\"JSQSystemSoundPlayer\"",
"-l\"Mantle\"",
"-l\"PureLayout\"",
"-l\"YapDatabase\"",
"-l\"libsodium\"",
"-l\"sqlite3\"",
"-framework",
"\"AudioToolbox\"",
"-framework",
"\"CoreGraphics\"",
"-framework",
"\"Foundation\"",
"-framework",
"\"MessageUI\"",
"-framework",
"\"QuartzCore\"",
"-framework",
"\"UIKit\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
D9C4260319E89D9D004F7335 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E1441CDBDA6F311CDCBA029F /* Pods.release.xcconfig */;
baseConfigurationReference = 2AA6E2B7F85FD47BB1B2AB28 /* Pods-BLEMeshChat.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Distribution: Chris Ballinger (4T8JLQR6GR)";
GCC_PREFIX_HEADER = BLEMeshChat/PrefixHeader.pch;
INFOPLIST_FILE = BLEMeshChat/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"/usr/lib/libc++.dylib",
"-l\"CocoaLumberjack\"",
"-l\"FormatterKit\"",
"-l\"IGIdenticon\"",
"-l\"InAppSettingsKit\"",
"-l\"JSQMessagesViewController\"",
"-l\"JSQSystemSoundPlayer\"",
"-l\"Mantle\"",
"-l\"PureLayout\"",
"-l\"YapDatabase\"",
"-l\"libsodium\"",
"-l\"sqlite3\"",
"-framework",
"\"AudioToolbox\"",
"-framework",
"\"CoreGraphics\"",
"-framework",
"\"Foundation\"",
"-framework",
"\"MessageUI\"",
"-framework",
"\"QuartzCore\"",
"-framework",
"\"UIKit\"",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
10 changes: 5 additions & 5 deletions BLEMeshChat/BLEBroadcaster.m
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,16 @@ - (void) peripheralManager:(CBPeripheralManager *)peripheral willRestoreState:(N
if ([service.UUID isEqual:[BLEBroadcaster meshChatServiceUUID]]) {
self.meshChatService = service;
DDLogInfo(@"Restored service: %@", service);
[self.meshChatService.characteristics enumerateObjectsUsingBlock:^(CBMutableCharacteristic *characteristic, NSUInteger idx, BOOL *stop) {
[self.meshChatService.characteristics enumerateObjectsUsingBlock:^(CBCharacteristic * _Nonnull characteristic, NSUInteger idx, BOOL * _Nonnull stop) {
CBUUID *uuid = characteristic.UUID;
if ([uuid isEqual:[BLEBroadcaster messagesReadCharacteristicUUID]]) {
self.messagesReadCharacteristic = characteristic;
self.messagesReadCharacteristic = characteristic.mutableCopy;
} else if ([uuid isEqual:[BLEBroadcaster messagesWriteCharacteristicUUID]]) {
self.messagesWriteCharacteristic = characteristic;
self.messagesWriteCharacteristic = characteristic.mutableCopy;
} else if ([uuid isEqual:[BLEBroadcaster identityReadCharacteristicUUID]]) {
self.identityReadCharacteristic = characteristic;
self.identityReadCharacteristic = characteristic.mutableCopy;
} else if ([uuid isEqual:[BLEBroadcaster identityWriteCharacteristicUUID]]) {
self.identityWriteCharacteristic = characteristic;
self.identityWriteCharacteristic = characteristic.mutableCopy;
}
DDLogInfo(@"Restored characteristic: %@", characteristic);
}];
Expand Down
2 changes: 2 additions & 0 deletions BLEMeshChat/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Chat with people arround via Bluetooth communication</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
Expand Down
19 changes: 10 additions & 9 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ platform :ios, "7.0"

source 'https://github.com/CocoaPods/Specs.git'

pod 'YapDatabase', '~> 2.5'
pod 'PureLayout', '~> 2.0'
pod 'Mantle', '~> 1.4'
pod 'FormatterKit/TimeIntervalFormatter', '~> 1.6'
pod 'InAppSettingsKit', '~> 2.2'
pod 'JSQMessagesViewController', '~> 6.0'
pod 'IGIdenticon', '~> 0.2.0'

pod 'libsodium', :podspec => 'Podspecs/libsodium.podspec.json'
target "BLEMeshChat" do
pod 'YapDatabase', '2.6.5'
pod 'PureLayout', '2.0'
pod 'Mantle', '1.4'
pod 'FormatterKit/TimeIntervalFormatter', '1.6'
pod 'InAppSettingsKit', '2.2'
pod 'JSQMessagesViewController', '6.0'
pod 'IGIdenticon', '0.2.0'

pod 'libsodium', :podspec => 'Podspecs/libsodium.podspec.json'
end

66 changes: 33 additions & 33 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,48 @@ PODS:
- CocoaLumberjack/Core (1.9.2)
- CocoaLumberjack/Extensions (1.9.2):
- CocoaLumberjack/Core
- FormatterKit/TimeIntervalFormatter (1.8.0)
- IGIdenticon (0.2.1)
- InAppSettingsKit (2.4.3)
- JSQMessagesViewController (6.1.3):
- JSQSystemSoundPlayer (~> 2.0.1)
- FormatterKit/TimeIntervalFormatter (1.6.0)
- IGIdenticon (0.2)
- InAppSettingsKit (2.2)
- JSQMessagesViewController (6.0.0):
- JSQSystemSoundPlayer (~> 2.0.0)
- JSQSystemSoundPlayer (2.0.1)
- libsodium (1.0.2)
- Mantle (1.5.4):
- Mantle/extobjc (= 1.5.4)
- Mantle/extobjc (1.5.4)
- PureLayout (2.0.5)
- YapDatabase (2.5.4):
- YapDatabase/standard (= 2.5.4)
- YapDatabase/common (2.5.4):
- libsodium (1.0.3)
- Mantle (1.4):
- Mantle/extobjc (= 1.4)
- Mantle/extobjc (1.4)
- PureLayout (2.0.0)
- YapDatabase (2.6.5):
- YapDatabase/standard (= 2.6.5)
- YapDatabase/standard (2.6.5):
- CocoaLumberjack (~> 1)
- YapDatabase/standard (2.5.4):
- YapDatabase/common

DEPENDENCIES:
- FormatterKit/TimeIntervalFormatter (~> 1.6)
- IGIdenticon (~> 0.2.0)
- InAppSettingsKit (~> 2.2)
- JSQMessagesViewController (~> 6.0)
- FormatterKit/TimeIntervalFormatter (= 1.6)
- IGIdenticon (= 0.2.0)
- InAppSettingsKit (= 2.2)
- JSQMessagesViewController (= 6.0)
- libsodium (from `Podspecs/libsodium.podspec.json`)
- Mantle (~> 1.4)
- PureLayout (~> 2.0)
- YapDatabase (~> 2.5)
- Mantle (= 1.4)
- PureLayout (= 2.0)
- YapDatabase (= 2.6.5)

EXTERNAL SOURCES:
libsodium:
:podspec: Podspecs/libsodium.podspec.json

SPEC CHECKSUMS:
CocoaLumberjack: 205769c032b5fef85b92472046bcc8b7e7c8a817
FormatterKit: 547a808c41172136a3f3acb424ac9361d38bb32f
IGIdenticon: e644cd0e5a41a86082ab4c06221ca5bf45ea70bb
InAppSettingsKit: 315e2a196a06921f8f83de01a855ed98dc69851e
JSQMessagesViewController: e93a288a9662d4519c95a28a8c0eec10beae1bfc
JSQSystemSoundPlayer: 55528c699a283aae2220d3ae7b8b527d2ecef4b4
libsodium: d1b482e7628e0298de350375a4ab981b5cc8c71b
Mantle: d5fbaf30fbc58031223af13812c060e15934a1fe
PureLayout: 63a3257320223e8edddcd3afb407445f85a6bf74
YapDatabase: c1d6912df1b4a160f7373ee7657d360e29bb00fd
CocoaLumberjack: 628fca2e88ef06f7cf6817309aa405f325d9a6fa
FormatterKit: 28ff2b3f1c8fc61057f95d1ccdbbff66297ed3f7
IGIdenticon: 4e45ef909bc8ca4bf8de105e830309a44d993e5d
InAppSettingsKit: 6ca7c85ea59e686192cba78fef57cf1e560444f8
JSQMessagesViewController: ce414df02c16eddefdf802dd7e3b767eb0e55573
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
libsodium: 0c17cbfffdde99b54db07536813119228be1b31a
Mantle: 55636cc28e4cf83f69baddd8de15582f9ebcf634
PureLayout: 9234718175a20a5f7f0ce11871d82013754fe2d4
YapDatabase: 814f9ff862a95c1e581d93335a4020482b69155b

COCOAPODS: 0.35.0
PODFILE CHECKSUM: 39e76855d2538b2978af12734f8c08ee09f38571

COCOAPODS: 1.2.0
6 changes: 3 additions & 3 deletions Podspecs/libsodium.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libsodium",
"version": "1.0.2",
"version": "1.0.3",
"license": {
"type": "BSD",
"text": "Copyright © 2013\\nFrank Denis <j at pureftpd dot org>\\n\\nPermission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\\n\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\\n\\n"
Expand All @@ -11,8 +11,8 @@
},
"summary": "Sodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.",
"source": {
"http": "https://github.com/jedisct1/libsodium/releases/download/1.0.2/libsodium-1.0.2.tar.gz",
"sha256": "961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19"
"http": "https://github.com/jedisct1/libsodium/releases/download/1.0.3/libsodium-1.0.3.tar.gz",
"sha256": "cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288"
},
"source_files": "src/libsodium/**/*.{c,h,data}",
"prepare_command": "sh ./configure --disable-dependency-tracking\n",
Expand Down