#!/bin/sh

phpize

export EXTRA_LDFLAGS="-lstdc++ -lpthread"

./configure $1 --with-dynapdf="../dynapdf/dynapdf"

make $2
