gpsd/gpsd-nolibcap.patch

13 lines
468 B
Diff
Raw Normal View History

2013-02-27 10:33:24 +00:00
diff -up gpsd-3.8/SConstruct.nolibcap gpsd-3.8/SConstruct
--- gpsd-3.8/SConstruct.nolibcap 2013-02-26 05:09:38.000000000 +0100
+++ gpsd-3.8/SConstruct 2013-02-27 11:09:11.561350794 +0100
@@ -490,7 +490,7 @@ else:
2012-04-30 08:50:51 +00:00
confdefs.append("/* #undef HAVE_LIBRT */\n")
rtlibs = []
-if config.CheckLib('libcap'):
+if False and config.CheckLib('libcap'):
confdefs.append("#define HAVE_LIBCAP 1\n")
# System library - no special flags
2013-02-27 10:33:24 +00:00
caplibs = ["-lcap"]