Codebase list cyrus-sasl2 / 04141ed
Apparently the ./configure gets the symlinks right now Ondřej Surý 12 years ago
1 changed file(s) with 0 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
142142 CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/mit-krb5" \
143143 dh_auto_configure -B$(TMPBUILD_MIT) -- $(CONFIGURE_COMMON_OPTIONS) --with-gss_impl=mit
144144
145 # Cope with the way that ./configure creates symlinks
146 cp $(CURDIR)/sasldb/* $(TMPBUILD_MIT)/sasldb/
147 cp $(CURDIR)/plugins/* $(TMPBUILD_MIT)/plugins/
148 cp $(CURDIR)/lib/* $(TMPBUILD_MIT)/lib/
149
150
151145 LDFLAGS="$(LDFLAGS) -L/usr/lib/heimdal -Wl,-z,defs" \
152146 CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/heimdal" \
153147 dh_auto_configure -B$(TMPBUILD_HEIMDAL) -- $(CONFIGURE_COMMON_OPTIONS) --with-gss_impl=heimdal
154
155 # Cope with the way that ./configure creates symlinks
156 cp $(CURDIR)/sasldb/* $(TMPBUILD_HEIMDAL)/sasldb/
157 cp $(CURDIR)/plugins/* $(TMPBUILD_HEIMDAL)/plugins/
158 cp $(CURDIR)/lib/* $(TMPBUILD_HEIMDAL)/lib/
159148
160149 # Record the build-time settings for later reference
161150 echo 'To build this package, configure was called as follows:' \