void-packages/srcpkgs/lilo/patches/remove___GLIBC__.patch
maxice8 8ab3081fdc lilo: add missing license, fix musl build
patch taken from gentoo musl

Closes: #8124 [via git-merge-pr]
2017-10-15 15:33:39 -07:00

10 lines
391 B
Diff

--- src/lilo.c
+++ src/lilo.c
@@ -182,7 +182,6 @@ extern int has_partitions_beta(dev_t dev); /* defined in geometry.c */
printf("Without");
#endif
printf(" device-mapper\n");
- printf("\nglibc version %d.%d\n", __GLIBC__, __GLIBC_MINOR__);
printf("Kernel Headers included from %d.%d.%d\n",
LINUX_VERSION_CODE>>16,
LINUX_VERSION_CODE>>8 & 255,