Skip to content
Snippets Groups Projects
Commit 6a6cce55 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

packaging: try to fix .deb builds

Refs #72145
Change-Id: If9b07d330fb3d68027333aad6deced52c27c7799
parent 57459237
Branches
Tags
No related merge requests found
......@@ -17,10 +17,10 @@ export DH_VERBOSE=1
dh $@
override_dh_auto_configure:
mkdir -p contrib/native && cd contrib/native && ../bootstrap --disable-ogg --disable-flac --disable-vorbis --disable-vorbisenc --disable-speex --disable-sndfile --disable-speexdsp --disable-gnutls && make list && make -j 2
mkdir -p contrib/native && cd contrib/native && ../bootstrap --disable-ogg --disable-flac --disable-vorbis --disable-vorbisenc --disable-speex --disable-sndfile --disable-speexdsp && make list && make -j 2
@echo "Contribs built"
#./autogen.sh && ./configure --prefix=/usr --with-contrib=yes CFLAGS="$(CFLAGS) -fPIC" LDFLAGS="-Wl,-z,defs"
./autogen.sh && ./configure --prefix=/usr CFLAGS="$(CFLAGS) -fPIC" LDFLAGS="-Wl,-z,defs"
./autogen.sh && ./configure --prefix=/usr
dh_auto_configure
override_dh_auto_test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment