mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
20 lines
544 B
Diff
20 lines
544 B
Diff
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -15,7 +15,7 @@
|
|
|
|
AR := $(shell $(MKOCTFILE) -p AR)
|
|
|
|
-PKG_CXXFLAGS := -Wall -Wno-deprecated-declarations $(PKG_CXXFLAGS_APPEND)
|
|
+PKG_CXXFLAGS := $(CXXFLAGS) -Wall -Wno-deprecated-declarations $(PKG_CXXFLAGS_APPEND)
|
|
|
|
all: __control_slicot_functions__.oct \
|
|
__control_helper_functions__.oct
|
|
@@ -66,6 +66,7 @@
|
|
|
|
# helper functions
|
|
__control_helper_functions__.oct: __control_helper_functions__.cc
|
|
+ LDFLAGS="$(LDFLAGS)" \
|
|
$(MKOCTFILE) $(PKG_CXXFLAGS) __control_helper_functions__.cc
|
|
|
|
clean:
|