Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129536 | Differences between
and this patch

Collapse All | Expand All

(-)qca-2.0-beta2-orig/certstore.qcm (-2 / +2 lines)
Lines 28-34 Link Here
28
		{
28
		{
29
			if(QFile::exists(path))
29
			if(QFile::exists(path))
30
			{
30
			{
31
				QString certPathString = "QCA_SYSTEMSTORE_PATH='\"" + path + "\"'";
31
				QString certPathString = "QCA_SYSTEMSTORE_PATH=\\\\\\\\\\\\\"" + path + "\\\\\\\\\\\\\"";
32
				conf->addDefine(certPathString);
32
				conf->addDefine(certPathString);
33
				return true;
33
				return true;
34
			}
34
			}
Lines 71-77 Link Here
71
			bundled = true;
71
			bundled = true;
72
		}
72
		}
73
73
74
		QString certPathString = "QCA_SYSTEMSTORE_PATH='\"" + path + "\"'";
74
		QString certPathString = "QCA_SYSTEMSTORE_PATH=\\\\\\\\\\\\\"" + path + "\\\\\\\\\\\\\"";
75
		conf->addDefine(certPathString);
75
		conf->addDefine(certPathString);
76
76
77
		return true;
77
		return true;
(-)qca-2.0-beta2-orig/configure (-2 / +2 lines)
Lines 318-324 Link Here
318
		{
318
		{
319
			if(QFile::exists(path))
319
			if(QFile::exists(path))
320
			{
320
			{
321
				QString certPathString = "QCA_SYSTEMSTORE_PATH='\"" + path + "\"'";
321
				QString certPathString = "QCA_SYSTEMSTORE_PATH=\\\\\\\\\\\\\"" + path + "\\\\\\\\\\\\\"";
322
				conf->addDefine(certPathString);
322
				conf->addDefine(certPathString);
323
				return true;
323
				return true;
324
			}
324
			}
Lines 361-367 Link Here
361
			bundled = true;
361
			bundled = true;
362
		}
362
		}
363
363
364
		QString certPathString = "QCA_SYSTEMSTORE_PATH='\"" + path + "\"'";
364
		QString certPathString = "QCA_SYSTEMSTORE_PATH=\\\\\\\\\\\\\"" + path + "\\\\\\\\\\\\\"";
365
		conf->addDefine(certPathString);
365
		conf->addDefine(certPathString);
366
366
367
		return true;
367
		return true;

Return to bug 129536