comparison desktop/libwnck2/libwnck2.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 4d7cd08912f9
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
43 CFLAGS="$CFLAGS" \ 43 CFLAGS="$CFLAGS" \
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --prefix= \ 47 --prefix= \
48 --disable-static \
49 --enable-shared \ 48 --enable-shared \
50 --localedir=/share/locale 49 --localedir=/share/locale
51 make 50 make
52 make install DESTDIR=$DESTDIR itlocaledir=/share/locale 51 make install DESTDIR=$DESTDIR itlocaledir=/share/locale
53 rm -f $DESTDIR/lib/libwnck-1.la 52 rm -f $DESTDIR/lib/libwnck-1.la