This was the only instance of "library" in core config. A bug was
reported that -fno-stack-protector wasn't passed to it. Instead of
figuring out why it failed just remove this construction used
needlessly.
+2013-11-29 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * grub-core/Makefile.core.def: Remove libgnulib.a and use its
+ sources in dependencies directly.
+
+ This was the only instance of "library" in core config. A bug was
+ reported that -fno-stack-protector wasn't passed to it. Instead of
+ figuring out why it failed just remove this construction used
+ needlessly.
+
2013-11-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/unix/password.c (grub_password_get): Check that
common = commands/i386/nthibr.c;
};
-library = {
- name = libgnulib.a;
- common = gnulib/regex.c;
- cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
- cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
-};
-
module = {
name = cmostest;
common = commands/i386/cmostest.c;
name = regexp;
common = commands/regexp.c;
common = commands/wildcard.c;
- ldadd = libgnulib.a;
- dependencies = libgnulib.a;
+ common = gnulib/regex.c;
cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
};