Remove pkg-config related hack instead depend on pkg-config (>= 0.23)
[qi-bootmenu-system.git] / sources / sections / strace.sh
blob6ca2fc0c2d7dd6bb6d7813dfa651cc4dcedce4dd
1 #!/bin/sh
3 setupfor strace
5 LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr &&
6 make &&
7 make DESTDIR="$STAGING_DIR" install || dienow
9 cp -P $STAGING_DIR/usr/bin/strace* $ROOT_DIR/usr/bin || dienow
11 cleanup strace