~ubuntu-branches/ubuntu/utopic/lua5.1/utopic-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2011-07-25 00:24:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110725002409-tza1jx1r7nt0fj5t
Tags: 5.1.4-9
Use -lpthread on hurd also for lua5.1, and not only liblua5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
debian_linux:
152
152
        cd src; $(MAKE) debian_all CFLAGS+=-DLUA_USE_LINUX \
153
153
                CFLAGS+=-DDEB_HOST_MULTIARCH=\\\"$(DEB_HOST_MULTIARCH)\\\" \
154
 
                LIB_LIBS="-lm -ldl" LUA_LIBS="-lreadline"
 
154
                LIB_LIBS="-lm -ldl" LUA_LIBS="-lreadline" LDFLAGS="$(LDFLAGS)"