[go: up one dir, main page]

File: rules

package info (click to toggle)
sfftobmp 3.1.3-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 23,424 kB
  • ctags: 66,208
  • sloc: cpp: 148,005; ansic: 85,028; sh: 14,606; makefile: 586; asm: 284
file content (10 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_CPPFLAGS_MAINT_APPEND := -D_FILE_OFFSET_BITS=64

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure
	sed -i 's/-lboost_filesystem-mt/-lboost_filesystem/' src/Makefile