mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/efl: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
145bbed14b
commit
5291a186b0
1 changed files with 3 additions and 2 deletions
|
@ -85,12 +85,13 @@ meson . build \
|
|||
# duplicate his problem, but it looks like some optional library normally
|
||||
# adds the -lm -ldl in its pkgconfig file and he was missing whatever
|
||||
# it was. In any case, adding them here won't hurt anything.
|
||||
"${NINJA:=ninja}"
|
||||
LIBS="-lm -ldl" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
ninja -C build -v
|
||||
$NINJA -C build -v
|
||||
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
DESTDIR=$PKG $NINJA -C build install
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue