summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-23 01:40:37 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-23 01:40:37 (GMT)
commit7f24a313f0815854ff88a0e33a066a73de4f3be1 (patch)
tree63f1de317bd6d4d3b283939c3481c3ed3e4e71f9 /abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch
parentde2ffe85032410437eb7dabdec63031e908fd43c (diff)
downloadlinhes_pkgbuild-7f24a313f0815854ff88a0e33a066a73de4f3be1.zip
linhes_pkgbuild-7f24a313f0815854ff88a0e33a066a73de4f3be1.tar.gz
linhes_pkgbuild-7f24a313f0815854ff88a0e33a066a73de4f3be1.tar.bz2
initial checkin of lighttpd and supporting libs.
Also included is a new package callede local-website. This package contains the contents of http://localhost that runs on every LinHES box. The initial checkin is taken from R5.5
Diffstat (limited to 'abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch')
-rw-r--r--abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch b/abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch
new file mode 100644
index 0000000..cb5b5ef
--- /dev/null
+++ b/abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch
@@ -0,0 +1,12 @@
+diff -up sqlite-3.5.8/sqlite3.pc.in.release sqlite-3.5.8/sqlite3.pc.in
+--- sqlite-3.5.8/sqlite3.pc.in.release 2008-04-23 09:11:38.000000000 +0300
++++ sqlite-3.5.8/sqlite3.pc.in 2008-04-23 09:11:48.000000000 +0300
+@@ -7,7 +7,7 @@ includedir=@includedir@
+
+ Name: SQLite
+ Description: SQL database engine
+-Version: @VERSION@
++Version: @RELEASE@
+ Libs: -L${libdir} -lsqlite3
+ Libs.private: @LIBS@
+ Cflags: -I${includedir}