Browse Source

add jar files back to the main package - even though the gpl and apl are not generally compatible, they are compatible for this specific case

Rich Megginson 20 years ago
parent
commit
b5a2d4f417
1 changed files with 4 additions and 2 deletions
  1. 4 2
      ldap/cm/Makefile

+ 4 - 2
ldap/cm/Makefile

@@ -238,7 +238,9 @@ DS_JAR_SRC_PATH = $(NSDIST)/$(BUILD_DEBUG)
 # web services files that are Apache or Java licensed - we cannot put them
 # in the same rpm/tarball as the directory server, so we create a separate
 # package for them, using the below macro as the staging area
-EXT_JAVA_RELDIR = $(BUILD_ROOT)/built/release/extjava
+#EXT_JAVA_RELDIR = $(BUILD_ROOT)/built/release/extjava
+# actually, we can - GPL is compatible with APL in this situation
+EXT_JAVA_RELDIR = $(RELDIR)
 DS_JAR_DEST_PATH = java/jars
 XMLTOOLS_JAR_FILE = xmltools.jar
 
@@ -629,7 +631,7 @@ endif
 endif
 
 ifeq ($(USE_DSMLGW), 1)
-	cd $(EXT_JAVA_RELDIR) ; tar cf - * | gzip > $(ABS_INSTDIR)/extjava.tar.gz
+#	cd $(EXT_JAVA_RELDIR) ; tar cf - * | gzip > $(ABS_INSTDIR)/extjava.tar.gz
 endif
 
 ifeq ($(USE_CONSOLE),1)