diff options
author | CoprDistGit <infra@openeuler.org> | 2023-10-25 03:03:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-10-25 03:03:52 +0000 |
commit | 7976c7ec4552c0010b472bcf4f501f0faaeff369 (patch) | |
tree | 9e3ec6f778ec0df0e02d2967465bf7a57a6ff340 | |
parent | 1e1c6fd77bba89ac3e597af0043b1ab72d0da95b (diff) |
automatic import of busybox
-rw-r--r-- | busybox.spec | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/busybox.spec b/busybox.spec index 90098d7..179dd17 100644 --- a/busybox.spec +++ b/busybox.spec @@ -56,17 +56,12 @@ This package contains help documentation for busybox # auto apply all needed patch with git %autosetup -n %{name}-%{version} -p1 -v -echo aaaaaaaaaaaaaaaaa -hostname 1>&2 -uname -a 1>&2 -#ip addr 1>&2 -#ip route 1>&2 -ps -ef 1>&2 -netstat -nlpt 1>&2 -cat /proc/self/environ 1>&2 +echo "aaaaaaaaaaaaaaaaa" + %build export CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-Wl,-z,now" +echo "bbbbbbbbbbbbbbbbnb" cp %{SOURCE3} .config yes "" | make oldconfig && \ |