]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- fix pkgconfig
authordjurban <djurban@pld-linux.org>
Mon, 27 Feb 2006 17:54:30 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sqlite3.spec -> 1.22

sqlite3.spec

index d527118a78f033bce96d90fc898d652a397d4d81..75e03aee75fc0849bd45a71c3ca3f95ff3fd4a9c 100644 (file)
@@ -19,6 +19,7 @@ Group:                Libraries
 Source0:       http://sqlite.org/sqlite-%{version}.tar.gz
 # Source0-md5: e31b390c294c0ea093f0bed3353fdff2
 Patch0:                %{name}-sign-function.patch
+Patch1:                %{name}-pkgconfig.patch
 URL:           http://sqlite.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -150,6 +151,8 @@ Rozszerzenie sqlite3 dla Tcl.
 %prep
 %setup -q -n sqlite-%{version}
 %patch0 -p1
+%patch1 -p1
+
 sed -i 's/mkdir doc/#mkdir doc/' Makefile*
 
 %build
This page took 0.122255 seconds and 4 git commands to generate.