mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
wiredtiger: shlibs must be in main pkg not -devel! HI GOTTOX
This commit is contained in:
parent
62cdeb84d7
commit
3db3f435f4
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wiredtiger'
|
# Template file for 'wiredtiger'
|
||||||
pkgname=wiredtiger
|
pkgname=wiredtiger
|
||||||
version=2.8.0
|
version=2.8.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="an high performance, scalable, platform for data management"
|
short_desc="an high performance, scalable, platform for data management"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -17,7 +17,6 @@ wiredtiger-devel_package() {
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.a
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue