summaryrefslogtreecommitdiffstats
path: root/sysutils/rdup/files/patch-GNUmakefile.in
blob: 8419ed156aaf1d5af10c8f1af3c1bc35bfd332b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- GNUmakefile.in.orig	2016-03-02 15:39:44 UTC
+++ GNUmakefile.in
@@ -19,7 +19,7 @@ libdir=@libdir@
 sbindir=@sbindir@
 mandir=@mandir@
 sysconfdir=@sysconfdir@
-datadir=@datadir@/rdup
+datadir=@datadir@
 
 ARCHIVE_L=@ARCHIVE_L@
 NETTLE_L=@NETTLE_L@
@@ -28,7 +28,7 @@ GLIB_CFLAGS=@GLIB_CFLAGS@
 GLIB_LIBS=@GLIB_LIBS@
 LIBS=@LIBS@
 DEBUG=@DEBUG@
-CFLAGS=-Wall -W -Werror @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes 
+CFLAGS=-Wall -W @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes 
 INSTALL=./install-sh -c
 INSTALL_DATA=$(INSTALL) -m 644
 
OpenPOWER on IntegriCloud