Codebase list cyrus-sasl2 / 970a0bd
Remove static plugins and la files Ondřej Surý 7 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
149149 override_dh_auto_install:
150150 dh_auto_install -B$(TMPBUILD) -- sasldir=/usr/lib/$(DEB_HOST_MULTIARCH)/sasl2
151151
152 # Remove static plugins - they are useless
153 rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sasl2/*.a
154 # Remove libtool la files, they are eeevil
155 rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la \
156 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sasl2/*.la
157
152158 # Note the version of Berkeley DB used to build this package
153159 mkdir -p debian/tmp/usr/lib/sasl2
154160 echo $(BDB_VERSION) > debian/tmp/usr/lib/sasl2/berkeley_db.txt