Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 36315772cec72c0a97ef9193192d5815 > files > 3

chkconfig-1.21-1.mga9.src.rpm

--- chkconfig-1.11/Makefile.orig	2018-09-10 09:28:29.000000000 -0400
+++ chkconfig-1.11/Makefile	2018-12-29 03:11:54.276146079 -0500
@@ -24,12 +24,12 @@ subdirs:
 	done && test -z "$$fail"
 
 chkconfig: $(OBJS)
-	$(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt -lselinux -lsepol
+	$(CC) $(LDFLAGS) -o chkconfig $(OBJS) -lpopt
 
 alternatives: alternatives.o
 
 ntsysv: $(NTOBJS)
-	$(CC) $(LDFLAGS) -o ntsysv $(NTOBJS) -lnewt -lpopt $(LIBMHACK) -lselinux -lsepol
+	$(CC) $(LDFLAGS) -o ntsysv $(NTOBJS) -lnewt -lpopt $(LIBMHACK)
 
 chkconfig.o: chkconfig.c leveldb.h
 	$(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c chkconfig.c