lua-lpeg/0001-inject-ldflags.patch
Petr Šabata 98c7eb003e RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/lua-lpeg#38d4c9ac8a75f8ed5a794cdd0990a9eefbd75d5b
2020-10-15 18:44:12 +02:00

11 lines
343 B
Diff

--- lpeg-1.0.2/makefile 2019-10-24 10:24:58.012896992 +0200
+++ lpeg-1.0.2/makefile 2019-10-24 10:25:38.698367119 +0200
@@ -36,7 +36,7 @@
$(MAKE) lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup"
lpeg.so: $(FILES)
- env $(CC) $(DLLFLAGS) $(FILES) -o lpeg.so
+ env $(CC) $(DLLFLAGS) $(LDFLAGS) $(FILES) -o lpeg.so
$(FILES): makefile