Advertisement
cheako

debian/rules dpkg-buildflags

Mar 25th, 2012
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.54 KB | None | 0 0
  1. #export DEB_BUILD_MAINT_OPTIONS := hardening=+all
  2. export DEB_CFLAGS_MAINT_APPEND  := -Wall -pedantic
  3. export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
  4.  
  5. configure: configure-stamp
  6. configure-stamp:
  7.         dh_testdir
  8.         ./configure $(CROSS) --enable-fhs-paths \
  9.                 --disable-rpath --prefix=/ --exec-prefix=/usr \
  10.                 --datarootdir=/usr/share --sysconfdir=/etc/atheme \
  11.                 --bindir=/usr/sbin --includedir=/usr/include \
  12.                 $(shell dpkg-buildflags --export=configure)
  13.         touch $@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement