summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-28 15:18:18 +0000
committerjbj <devnull@localhost>2002-01-28 15:18:18 +0000
commit6ab55413243ab347f4c3cc09c33ce329bc058b08 (patch)
tree3c2345acc671d1ba918b035143c5aaaf241eb15d /build
parent9b1df115e358f4925015f8ca4742cb7aa3fcffb5 (diff)
downloadlibrpm-tizen-6ab55413243ab347f4c3cc09c33ce329bc058b08.tar.gz
librpm-tizen-6ab55413243ab347f4c3cc09c33ce329bc058b08.tar.bz2
librpm-tizen-6ab55413243ab347f4c3cc09c33ce329bc058b08.zip
Avoid accidental collisions with POPT_BIT_SET for flags in popt tables.
CVS patchset: 5277 CVS date: 2002/01/28 15:18:18
Diffstat (limited to 'build')
-rw-r--r--build/poptBT.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/build/poptBT.c b/build/poptBT.c
index 72f78c56f..5b961943a 100644
--- a/build/poptBT.c
+++ b/build/poptBT.c
@@ -15,18 +15,18 @@
/*@unchecked@*/
struct rpmBuildArguments_s rpmBTArgs;
-#define POPT_USECATALOG 1000
-#define POPT_NOLANG 1001
-#define POPT_RMSOURCE 1002
-#define POPT_RMBUILD 1003
-#define POPT_BUILDROOT 1004
-#define POPT_TARGETPLATFORM 1007
-#define POPT_NOBUILD 1008
-#define POPT_SHORTCIRCUIT 1009
-#define POPT_RMSPEC 1010
-#define POPT_NODEPS 1011
-#define POPT_SIGN 1012
-#define POPT_FORCE 1013
+#define POPT_USECATALOG -1000
+#define POPT_NOLANG -1001
+#define POPT_RMSOURCE -1002
+#define POPT_RMBUILD -1003
+#define POPT_BUILDROOT -1004
+#define POPT_TARGETPLATFORM -1007
+#define POPT_NOBUILD -1008
+#define POPT_SHORTCIRCUIT -1009
+#define POPT_RMSPEC -1010
+#define POPT_NODEPS -1011
+#define POPT_SIGN -1012
+#define POPT_FORCE -1013
#define POPT_REBUILD 0x4220
#define POPT_RECOMPILE 0x4320