Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/make -f
- export CC=/usr/bin/gcc-4.8
- %:
- dh $@
- override_dh_auto_configure:
- $(CURDIR)/autogen.sh
- dh_auto_configure -- --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --disable-mmx --disable-sse LDFLAGS="-lm"
- #override_dh_shlibdeps:
- # dh_shlibdeps -Xlibgegl-dev
- override_dh_auto_test:
- dh_auto_test || true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement