stunnel: bump to 5.64
[kiss-trunc88.git] / easytag / build
blob0de034ca3a399d3a0effbb2ec31ecbc8f286c2ea
1 #!/bin/sh -e
3 #./autogen.sh
4 autoreconf -if
6 export CXXFLAGS="$CXXFLAGS -Wno-error=deprecated-declarations -Wno-error"
7 export CFLAGS="$CFLAGS -Wno-error"
9 ./configure \
10 --prefix=/usr \
11 --disable-tests \
12 --disable-nautilus-actions
14 make
15 make DESTDIR="$1" install