]> git.pld-linux.org Git - packages/isdn4k-utils.git/commitdiff
- lib64 fixes
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Apr 2004 13:27:31 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    isdn4k-utils-libdir.patch -> 1.1

isdn4k-utils-libdir.patch [new file with mode: 0644]

diff --git a/isdn4k-utils-libdir.patch b/isdn4k-utils-libdir.patch
new file mode 100644 (file)
index 0000000..5082054
--- /dev/null
@@ -0,0 +1,21 @@
+--- isdn4k-utils/pppdcapiplugin/Makefile.orig  Fri Apr  2 14:48:38 2004
++++ isdn4k-utils/pppdcapiplugin/Makefile       Fri Apr  2 15:11:58 2004
+@@ -17,6 +17,6 @@
+ MANDIR=/usr/share/man
+ #PPPVERSION=$(shell /usr/sbin/pppd --version 2>&1 | sed -e "s/pppd\ version\ //")
+-PLUGINDIR=$(DESTDIR)/usr/lib/pppd/$(PPPVERSION)
++PLUGINDIR=$(DESTDIR)$(CONFIG_LIBDIR)/pppd/$(PPPVERSION)
+ include $(TOPDIR)/Rules.make
+--- isdn4k-utils/Makefile.orig Fri Apr  2 14:48:38 2004
++++ isdn4k-utils/Makefile      Fri Apr  2 15:11:32 2004
+@@ -202,7 +202,7 @@
+       @set -e; for i in `echo $(BUILD_ONLY) $(SUBDIRS)`; do \
+               if [ -x $$i/configure ] ; then \
+                       /bin/echo -e "\nRunning configure in $$i ...\n"; sleep 1; \
+-                      (cd $$i; ./configure --sbindir=$(CONFIG_SBINDIR) --bindir=$(CONFIG_BINDIR) --mandir=$(CONFIG_MANDIR) --datadir=$(CONFIG_DATADIR) || $(MAKE) -C ../ ERRDIR=$$i cfgerror); \
++                      (cd $$i; ./configure --sbindir=$(CONFIG_SBINDIR) --bindir=$(CONFIG_BINDIR) --mandir=$(CONFIG_MANDIR) --datadir=$(CONFIG_DATADIR) --libdir=$(CONFIG_LIBDIR) || $(MAKE) -C ../ ERRDIR=$$i cfgerror); \
+               elif [ -f $$i/Makefile.in ] ; then \
+                       /bin/echo -e "\nRunning make -f Makefile.in config in $$i ...\n"; sleep 1; \
+                       $(MAKE) -C $$i -f Makefile.in config; \
This page took 0.061144 seconds and 4 git commands to generate.