]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scripting/php/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / scripting / php / Makefile
index 8dff0f79b31401a4c73e0430c220dfc9a3da4b53..3960571b3381029f9dbfc71e5a9553b1e3e133e1 100644 (file)
@@ -100,8 +100,8 @@ phpcups.so: $(OBJS) ../../Makedefs
        else \
                DSOFLAGS="$(DSOFLAGS)"; \
        fi; \
-       echo $(DSO) $$DSOFLAGS -o $@ $(OBJS) -L../../cups $(LIBS); \
-       $(DSO) $$DSOFLAGS -o $@ $(OBJS) -L../../cups $(LIBS)
+       echo $(DSO) $$DSOFLAGS $(ARCHFLAGS) -o $@ $(OBJS) -L../../cups $(LIBS); \
+       $(DSO) $$DSOFLAGS $(ARCHFLAGS) -o $@ $(OBJS) -L../../cups $(LIBS)
 
 
 #