You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/janet/files/janet-1.7.0-fix-ldflags-in-...

12 lines
473 B

--- ./Makefile 2020-02-02 06:35:17.000000000 +0100
+++ ./Makefile 2020-03-17 23:14:26.172766381 +0100
@@ -242,7 +242,7 @@
echo "Description: Library for the Janet programming language." >> $@
$(JANET_TARGET) -e '(print "Version: " janet/version)' >> $@
echo 'Cflags: -I$${includedir}' >> $@
- echo 'Libs: -L$${libdir} -ljanet $(LDFLAGS)' >> $@
+ echo 'Libs: -L$${libdir} -ljanet' >> $@
echo 'Libs.private: $(CLIBS)' >> $@
install: $(JANET_TARGET) build/janet.pc