Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 139 → Rev 140

/branches/7.8-stable/debian/changelog
6,8 → 6,9
* Move the Graphics, Colors, and Protocols.X.XImage module to the -image
package, as those modules require the Image module. Likewise move the
pmar_install standalone tool to the -dev package.
* Link with --as-needed.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 20:09:20 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 20:10:47 +0200
 
pike7.8 (7.8.352-dfsg-5) unstable; urgency=low
 
/branches/7.8-stable/debian/rules
57,6 → 57,7
EXTRA_ARGS=--with-security
 
export DEB_CPPFLAGS_MAINT_APPEND := -DDEBIAN
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
DO_MACHINE_CODE=no
ifeq ($(DEB_HOST_ARCH),i386)