All pastes #2051217 Raw Edit

Something

public text v1 · immutable
#2051217 ·published 2011-04-27 15:18 UTC
rendered paste body
#!/usr/bin/make -f

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk

CFLAGS += -fvisibility=hidden

common-post-build-arch:: check-stamp

check-stamp: build-arch
        $(MAKE) check
        touch $@

install/libeina-doc::
        $(MAKE) doc

DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath \
                             --disable-magic-debug \
                             --enable-posix-threads \
                             --disable-tests \
                             --enable-mempool-chained-pool=static