Advertisement
Guest User

Untitled

a guest
Feb 15th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.37 KB | None | 0 0
  1. #!/usr/bin/make -f
  2.  
  3. export CC=/usr/bin/gcc-4.8
  4.  
  5. %:
  6.         dh $@
  7.  
  8. override_dh_auto_configure:
  9.         $(CURDIR)/autogen.sh
  10.         dh_auto_configure -- --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --disable-mmx --disable-sse LDFLAGS="-lm"
  11.  
  12. #override_dh_shlibdeps:
  13. #       dh_shlibdeps -Xlibgegl-dev
  14.  
  15. override_dh_auto_test:
  16.         dh_auto_test || true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement