Skip to content

Commit

Permalink
addpatch: vsqlite++ 0.3.13-8
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 authored and felixonmars committed Aug 18, 2024
1 parent 436bfff commit f4a6dae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vsqlite++/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -12,6 +12,11 @@ makedepends=('boost')
source=("https://downloads.sourceforge.net/sqlitepp/${pkgname}-${pkgver}.tar.xz")
sha256sums=('40b3f8da840a5a40caf3a31faae584797d1b2ca339f6860053b0522165c9bc07')

+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ autoreconf -fi
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}/"

0 comments on commit f4a6dae

Please sign in to comment.