Comment 6 for bug 12710

Revision history for this message
Alexandra Kossovsky (alexandra-kossovsky) wrote :

Excuse me, I undrestand that it is upstream problem, but I do not understand why
it is "normal", not "major" severity. Could you please provide any usage of this
package that is not broken? If you do not know how to fix this problem (if it is
so, it is really strange), here is a simple fix:
--- dhcp3-3.0.1/dst/Makefile.dist 2004-06-10 21:59:28.000000000 +0400
+++ dhcp3-3.0.1.fixed//dst/Makefile.dist 2005-02-09 17:58:39.000000000 +0300
@@ -30,7 +30,9 @@

 all: libdst.a

-install:
+install: all
+ mkdir -p $(DESTDIR)$(LIBDIR)
+ $(INSTALL) libdst.a $(DESTDIR)$(LIBDIR)

 libdst.a: $(OBJ)
        rm -f dst.a