Skip to content

Instantly share code, notes, and snippets.

@tinbotu
Created February 11, 2013 06:52
Show Gist options
  • Save tinbotu/4753032 to your computer and use it in GitHub Desktop.
Save tinbotu/4753032 to your computer and use it in GitHub Desktop.
for raspbian darkice-1.0/debian/rules
#!/usr/bin/make -f
%:
dh $@
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
ln -s /usr/share/misc/config.guess .
ln -s /usr/share/misc/config.sub .
dh_auto_configure -- --prefix=/usr --sysconfdir=/usr/share/doc/darkice/examples --with-lame --without-faac --with-alsa --with-alsa-prefix=/usr/lib/arm-linux-gnueabihf --with-lame-prefix=/usr/lib/arm-linux-gnueabihf --with-jack-prefix=/usr/lib/arm-linux-gnueabihf --with-vorbis-prefix=/usr/lib/arm-linux-gnueabihf --with-samplerate-prefix=/usr/lib/arm-linux-gnueabihf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment