]> git.saurik.com Git - apt.git/blobdiff - buildlib/environment.mak.in
Increase the range of the ID type for deps
[apt.git] / buildlib / environment.mak.in
index 76d6cda32b8e7d867fdc30ec0a901bac0ec7380e..eab60c1bc61812926979d3c811bb1f3bacb117d9 100644 (file)
@@ -7,6 +7,8 @@ CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT
 CXX = @CXX@
 CXXFLAGS+= @CXXFLAGS@
 NUM_PROCS = @NUM_PROCS@
+GLIBC_VER = @GLIBC_VER@
+LIBSTDCPP_VER = @LIBSTDCPP_VER@
 
 # Linker stuff
 PICFLAGS+= -fPIC -DPIC
@@ -17,6 +19,7 @@ AR:=@AR@
 RANLIB:=@RANLIB@
 
 # Dep generation - this only works for gnu stuff
+GCC3DEP = @GCC3DEP@
 INLINEDEPFLAG = -MD
 
 # Debian doc stuff