mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-27 20:20:30 +00:00
bf4fd3acee
Issues solved: * PACKAGE_VERSION was abused for SOVERSION * unneeded DEP stage * did not support out-of-tree builds * no way to turn off silent mode * overriding CFLAGS at make time was not supported * no static libs were provided Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
|
|
autoreconf -fi;
|
|
rm -Rf autom4te.cache;
|