]> git.pld-linux.org Git - packages/lsvpd.git/blobdiff - lsvpd-nortas.patch
- updated to 1.6.11
[packages/lsvpd.git] / lsvpd-nortas.patch
diff --git a/lsvpd-nortas.patch b/lsvpd-nortas.patch
new file mode 100644 (file)
index 0000000..1579d2c
--- /dev/null
@@ -0,0 +1,13 @@
+--- lsvpd-1.6.11/configure.in.orig     2011-07-22 10:11:41.000000000 +0200
++++ lsvpd-1.6.11/configure.in  2011-09-23 19:33:05.106127148 +0200
+@@ -27,9 +27,7 @@
+ AC_CHECK_HEADER([sqlite3.h],,[AC_MSG_ERROR([sqlite header files are required for building lsvpd])])
+ #libraries
+-AC_CHECK_LIB(rtas, rtas_get_vpd, [], [
+-                      echo "rtas library is required for lsvpd"
+-                      exit 1 ])
++AC_CHECK_LIB(rtas, rtas_get_vpd)
+ AC_CHECK_LIB(sqlite3, sqlite3_libversion_number, [], [ 
+                       echo "sqlite3 library is required for lsvpd"
+                       exit 1 ])
This page took 0.10505 seconds and 4 git commands to generate.