Skip to content

Commit 7b357ba

Browse files
committed
Fix build
1 parent 6a14d64 commit 7b357ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package/rm2fb-timower/package

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ build() {
5959
-fPIC -fvisibility=hidden -shared \
6060
-o "librm2fb_client.so.$_libver" \
6161
-xc -
62+
echo | "${CROSS_COMPILE}gcc" \
63+
-fPIC -fvisibility=hidden -shared \
64+
-o "librm2fb_client_no_hook" \
65+
-xc -
6266
popd
6367
else
6468
mkdir build
@@ -71,7 +75,6 @@ build() {
7175
make install
7276
popd
7377
popd
74-
mv install/lib/librm2fb_server.so{,.$_libver}
7578
fi
7679
# Work around current post-processing not handling symlinks that are not currently valid
7780
rm -f install/usr/lib/librm2fb_client.so.1
@@ -87,7 +90,7 @@ rm2fb-server() {
8790
package() {
8891
if [[ $arch = rm2os3v22 ]]; then
8992
libname="librm2fb_server.so.$_libver"
90-
install -D -m 644 -t "$pkgdir"/opt/lib "$srcdir"/install/lib/"$libname"
93+
install -D -m 644 "$srcdir"/install/lib/librm2fb_server.so "$pkgdir"/opt/lib/"$libname"
9194
ln -s "$libname" "$pkgdir"/opt/lib/"${libname%.*.*.*}"
9295
ln -s "$libname" "$pkgdir"/opt/lib/"${libname%.*.*}"
9396
ln -s "$libname" "$pkgdir"/opt/lib/"${libname%.*}"

0 commit comments

Comments
 (0)