OBS-URL: https://build.opensuse.org/request/show/65764 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/uuid?expand=0&rev=1
14 lines
662 B
Diff
14 lines
662 B
Diff
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -255,7 +255,7 @@
|
|
@$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
|
|
$(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/
|
|
-@if [ ".$(WITH_PERL)" = .yes ]; then \
|
|
- (cd $(S)/perl && $(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)); \
|
|
+ (cd $(S)/perl && $(MAKE) $(MFLAGS) install_vendor DESTDIR=$(DESTDIR)); \
|
|
fi
|
|
-@if [ ".$(WITH_PHP)" = .yes ]; then \
|
|
(cd $(S)/php && $(MAKE) $(MFLAGS) -f Makefile.local install EXTDIR=$(prefix)/lib/php PHP=$(PHP) DESTDIR=$(DESTDIR)); \
|