Skip to content

Commit cabacd3

Browse files
committed
lib: BUGFIX: cross-compilation support
There actually was NO cross-compilation support, now user can use --host and --build options for configure.
1 parent 0748449 commit cabacd3

File tree

6 files changed

+3360
-85
lines changed

6 files changed

+3360
-85
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ tarball: $(SRCS) $(HEADERS)
150150
@for i in $(SUBDIRS) ; do $(MAKE) -C $$i tarball-prepare; done; \
151151
for i in $(SRCS) $(HDRS_PUBL) $(HDRS_PRIV) configure.in configure \
152152
Makefile.in VERSION $(NAME).spec.in $(NAME).pc.in install-sh \
153-
Doxyfile doc/img/cesnet-logo-125.png; do \
153+
config.sub config.guess Doxyfile doc/img/cesnet-logo-125.png; do \
154154
[ -d $(NAME)-$(VERSION)/$$(dirname $$i) ] || (mkdir -p $(NAME)-$(VERSION)/$$(dirname $$i)); \
155155
cp $$i $(NAME)-$(VERSION)/$$i; \
156156
done;

0 commit comments

Comments
 (0)