mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 19:45:01 -05:00
28cb22e3c2
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>
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/sh -xu
|
|
|
|
autoreconf -i
|
|
(cd build-aux && patch -Np0 -i ltmain-asneeded.patch)
|