Rev 25 | Rev 40 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 25 | Rev 26 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 13 | 13 | ||
| 14 | DEB_INSTALL_CHANGELOGS_ALL := ChangeLog | 14 | DEB_INSTALL_CHANGELOGS_ALL := ChangeLog | 
| 15 | DEB_INSTALL_DOCS_ALL := README | 15 | DEB_INSTALL_DOCS_ALL := README | 
| 16 | DEB_DH_INSTALL_SOURCEDIR := debian/tmp | 16 | DEB_DH_INSTALL_SOURCEDIR := debian/tmp | 
| 17 | 17 | ||
| 18 | LDFLAGS += -Wl,--as-needed -Wl,--no-undefined | 18 | LDFLAGS += -Wl,-z,defs -Wl,--as-needed | 
| 19 | 19 | ||
| 20 | common-install-arch:: | 20 | common-install-arch:: | 
| 21 | install -m755 debian/scripts/lsh-server-config \ | 21 | install -m755 debian/scripts/lsh-server-config \ | 
| 22 | debian/tmp/usr/sbin | 22 | debian/tmp/usr/sbin |