opnsense-ports/cad/linuxcnc-devel/files/patch-src_hal_components_Submakefile
Franco Fichtner 82813a7fc7 */*: sync with upstream
Taken from: FreeBSD
2016-07-14 09:12:15 +02:00

11 lines
499 B
Text

--- src/hal/components/Submakefile.orig 2016-06-25 02:19:12 UTC
+++ src/hal/components/Submakefile
@@ -76,7 +76,7 @@ PYFLAGS := -L$(SITEPY) -lpthread $(LIBDL
../bin/panelui: $(call TOOBJS, $(PYSAMPLERSRCS)) ../lib/liblinuxcnchal.so.0
$(ECHO) Linking $(notdir $@)
- $(Q)$(CC) -o $@ $^ $(PYFLAGS)
+ $(Q)$(CC) -o $@ $^ $(LDFLAGS) $(CFLAGS) $(PYFLAGS)
TARGETS += ../bin/panelui
hal/components/conv_float_s32.comp: hal/components/conv.comp.in hal/components/mkconv.sh hal/components/Submakefile