mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Refresh patch 010-cross-compile-fixes.patch Re-apply patch 020-no-owner-change.patch Also we need to explicitly disable OpenSSL support. We may enable it later if needed/requested. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
16 lines
406 B
Diff
16 lines
406 B
Diff
--- a/lib/util/Makefile.in
|
|
+++ b/lib/util/Makefile.in
|
|
@@ -221,10 +221,10 @@ libsudo_util.la: $(LTOBJS) @LT_LDDEP@
|
|
esac
|
|
|
|
siglist.c: mksiglist
|
|
- ./mksiglist > $@
|
|
+ mksiglist > $@
|
|
|
|
signame.c: mksigname
|
|
- ./mksigname > $@
|
|
+ mksigname > $@
|
|
|
|
mksiglist: $(srcdir)/mksiglist.c $(srcdir)/mksiglist.h $(incdir)/sudo_compat.h $(top_builddir)/config.h
|
|
$(CC) $(CPPFLAGS) $(CFLAGS) $(srcdir)/mksiglist.c -o $@
|