Rev 178 | Rev 183 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 178 | Rev 179 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | ./configure $(buildflags) \ |
30 | ./configure $(buildflags) \ |
| 31 | --prefix=/usr \ |
31 | --prefix=/usr \ |
| 32 | --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
|
32 | --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
|
| 33 | --enable-shared \ |
33 | --enable-shared \ |
| 34 | --disable-dependency-tracking \ |
34 | --disable-dependency-tracking \ |
| - | 35 | --enable-fat \ |
|
| 35 | $(shell DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed dpkg-buildflags --export=configure) |
36 | $(shell DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed dpkg-buildflags --export=configure) |
| 36 | 37 | ||
| 37 | 38 | ||
| 38 | build: build-stamp |
39 | build: build-stamp |
| 39 | build-stamp: config.status |
40 | build-stamp: config.status |