From 9970249880237f06d2f718f5168532b93f8d1064 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 10 Feb 2017 14:05:05 +0300 Subject: build: remove option that disables deprecated stuff it's also named incorrectly - it doesn't enable anything but makes the build break on the first deprecated item --- src/commands/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/Makefile.am') diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am index 9228238..63d3d73 100644 --- a/src/commands/Makefile.am +++ b/src/commands/Makefile.am @@ -1,7 +1,7 @@ privexecdir = $(libexecdir)/$(PACKAGE) privexec_PROGRAMS = rpm2cpio -AM_CPPFLAGS = $(DISABLE_DEPRECATED) $(FR_CFLAGS) +AM_CPPFLAGS = $(FR_CFLAGS) rpm2cpio_SOURCES = rpm2cpio.c rpm2cpio_LDADD = $(FR_LIBS) -- cgit v1.2.1