
We used to carry a patched version of ltmain in our repos to fix libtools issues with -Wl,-as-needed. Now that ltmain is "generated" by autoreconf, we manually patch it afterwards. Signed-off-by: Allan McRae <allan@archlinux.org>
4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/sh -xu
|
|
|
|
autoreconf -i
|
|
(cd build-aux && patch -Np0 -i ltmain-asneeded.patch)
|