Skip to content

Commit

Permalink
Add aaa_glibc-solibs to bl_symopts
Browse files Browse the repository at this point in the history
The glibc-solibs package has been renamed to aaa_glibc-solibs in
Slackware 15.0. So add that to the packages that are blacklisted from
using optimized symlink operations while installing.
  • Loading branch information
gapan committed Jan 16, 2022
1 parent 3edb4d4 commit 3ed3bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ POPT_TABLEEND
************************************************************************/

static gchar* default_bl_symopts[] = {
"aaa_base", "bin", "glibc-solibs", "glibc", NULL
"aaa_base", "aaa_glibc-solibs", "bin", "glibc-solibs", "glibc", NULL
};

static struct cmd_options cmd_opts = {
Expand Down

0 comments on commit 3ed3bf8

Please sign in to comment.