mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fribidi:
- build and install as shared lib
This commit is contained in:
@@ -13,7 +13,8 @@ cd $PKG_BUILD
|
||||
--disable-debug \
|
||||
--enable-malloc \
|
||||
--with-glib=no \
|
||||
--disable-shared
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make
|
||||
|
||||
|
||||
6
packages/other/fribidi/install
Executable file
6
packages/other/fribidi/install
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
||||
Reference in New Issue
Block a user